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": "safety-yellow-vs-industrial-yellow",
"type": "nearest",
"name": "Safety Yellow vs Industrial Yellow",
"verdict": "Safety Yellow and Industrial Yellow are very close colors. Safety Yellow is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.1:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Safety Yellow and Industrial Yellow are different yellow colors with HEX values #EED202 and #F3C300. According to Colors Encyclopedia, their RGB distance is 15.9, their contrast ratio is 1.1:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 15.9,
"contrastRatio": 1.1,
"colors": [
{
"slug": "safety-yellow",
"name": "Safety Yellow",
"hex": "#EED202",
"rgb": [
238,
210,
2
],
"hsl": [
53,
98,
47
],
"cmyk": [
0,
12,
99,
7
],
"family": "yellow",
"temperature": "warm",
"tone": [
"vibrant"
],
"luminance": 0.6427,
"contrast": {
"black": 13.85,
"white": 1.52
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 13.85
},
"description": "Safety Yellow is #EED202, a warm yellow color with vibrant character. Compared with Industrial Yellow, it is lighter and less saturated. Use it for historical references, pigment palettes, and cultural color systems, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/safety-yellow/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/safety-yellow.json"
},
{
"slug": "industrial-yellow",
"name": "Industrial Yellow",
"hex": "#F3C300",
"rgb": [
243,
195,
0
],
"hsl": [
48,
100,
48
],
"cmyk": [
0,
20,
100,
5
],
"family": "yellow",
"temperature": "warm",
"tone": [
"vibrant"
],
"luminance": 0.5808,
"contrast": {
"black": 12.62,
"white": 1.66
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 12.62
},
"description": "Industrial Yellow is #F3C300, a warm yellow color with vibrant character. Compared with Safety Yellow, it is darker and more saturated. Use it for industrial design, safety systems, and hardware palettes, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/industrial-yellow/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/industrial-yellow.json"
}
],
"differences": {
"rgbDistance": 15.9,
"contrastRatio": 1.1,
"hslDelta": {
"hue": 5,
"saturation": 2,
"lightness": 1
},
"luminanceDelta": 0.0619,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"vibrant"
],
"lighterColor": "Safety Yellow",
"moreSaturatedColor": "Industrial Yellow"
},
"accessibility": {
"pairContrastRatio": 1.1,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Safety Yellow",
"background": "#EED202",
"foreground": "#000000",
"label": "black text",
"ratio": 13.85
},
{
"color": "Industrial Yellow",
"background": "#F3C300",
"foreground": "#000000",
"label": "black text",
"ratio": 12.62
}
]
},
"useCases": {
"chooseFirstWhen": "Safety Yellow is better when the design needs vibrant yellow character, warm temperature, and the specific HEX value #EED202.",
"chooseSecondWhen": "Industrial Yellow is better when the design needs vibrant yellow character, warm temperature, and the specific HEX value #F3C300.",
"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/safety-yellow-vs-industrial-yellow.json",
"https://www.colorsencyclopedia.com/api/colors/safety-yellow.json",
"https://www.colorsencyclopedia.com/api/colors/industrial-yellow.json"
],
"url": "https://www.colorsencyclopedia.com/compare/safety-yellow-vs-industrial-yellow/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/safety-yellow-vs-industrial-yellow.json"
}