colorsBoth named color records with HEX, RGB, HSL, CMYK, luminance, WCAG, and links
differencesRGB distance, HSL deltas, luminance delta, contrast, and shared attributes
accessibilityPair contrast and safer text choices for each color
useCasesWhen to choose each color and when to use them together
relatedApiMachine-readable comparison and color endpoints
Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "construction-orange-vs-dark-orange",
"type": "nearest",
"name": "Construction Orange vs Dark Orange",
"verdict": "Construction Orange and Dark Orange are very close colors. Dark Orange is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.09:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Construction Orange and Dark Orange are different orange colors with HEX values #FF7F00 and #FF8C00. According to Colors Encyclopedia, their RGB distance is 13, their contrast ratio is 1.09:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 13,
"contrastRatio": 1.09,
"colors": [
{
"slug": "construction-orange",
"name": "Construction Orange",
"hex": "#FF7F00",
"rgb": [
255,
127,
0
],
"hsl": [
30,
100,
50
],
"cmyk": [
0,
50,
100,
0
],
"family": "orange",
"temperature": "warm",
"tone": [
"vibrant"
],
"luminance": 0.3644,
"contrast": {
"black": 8.29,
"white": 2.53
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": [
"#000000"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 8.29
},
"description": "Construction Orange is #FF7F00, a warm orange color with vibrant character. Compared with Dark Orange, it is darker and similar in saturation. Use it for industrial design, safety systems, and hardware palettes, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/construction-orange/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/construction-orange.json"
},
{
"slug": "dark-orange",
"name": "Dark Orange",
"hex": "#FF8C00",
"rgb": [
255,
140,
0
],
"hsl": [
33,
100,
50
],
"cmyk": [
0,
45,
100,
0
],
"family": "orange",
"temperature": "warm",
"tone": [
"vibrant"
],
"luminance": 0.4002,
"contrast": {
"black": 9,
"white": 2.33
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 9
},
"description": "Dark Orange is #FF8C00, a warm orange color with vibrant character. Compared with Construction Orange, it is lighter and similar in saturation. Use it for web design, css color systems, and ui prototyping, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/dark-orange/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/dark-orange.json"
}
],
"differences": {
"rgbDistance": 13,
"contrastRatio": 1.09,
"hslDelta": {
"hue": 3,
"saturation": 0,
"lightness": 0
},
"luminanceDelta": 0.0358,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"vibrant"
],
"lighterColor": "Dark Orange",
"moreSaturatedColor": "Construction Orange"
},
"accessibility": {
"pairContrastRatio": 1.09,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Construction Orange",
"background": "#FF7F00",
"foreground": "#000000",
"label": "black text",
"ratio": 8.29
},
{
"color": "Dark Orange",
"background": "#FF8C00",
"foreground": "#000000",
"label": "black text",
"ratio": 9
}
]
},
"useCases": {
"chooseFirstWhen": "Construction Orange is better when the design needs vibrant orange character, warm temperature, and the specific HEX value #FF7F00.",
"chooseSecondWhen": "Dark Orange is better when the design needs vibrant orange character, warm temperature, and the specific HEX value #FF8C00.",
"useTogetherWhen": "Use these colors together as related palette neighbors, subtle material differences, or tonal alternatives rather than readable foreground/background pairs."
},
"relatedApi": [
"https://www.colorsencyclopedia.com/api/compare/construction-orange-vs-dark-orange.json",
"https://www.colorsencyclopedia.com/api/colors/construction-orange.json",
"https://www.colorsencyclopedia.com/api/colors/dark-orange.json"
],
"url": "https://www.colorsencyclopedia.com/compare/construction-orange-vs-dark-orange/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/construction-orange-vs-dark-orange.json"
}