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": "citrine-vs-industrial-yellow",
"type": "nearest",
"name": "Citrine vs Industrial Yellow",
"verdict": "Citrine and Industrial Yellow are very close colors. Citrine is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.06:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Citrine and Industrial Yellow are different yellow colors with HEX values #E4D00A and #F3C300. According to Colors Encyclopedia, their RGB distance is 22.2, their contrast ratio is 1.06:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 22.2,
"contrastRatio": 1.06,
"colors": [
{
"slug": "citrine",
"name": "Citrine",
"hex": "#E4D00A",
"rgb": [
228,
208,
10
],
"hsl": [
54,
92,
47
],
"cmyk": [
0,
9,
96,
11
],
"family": "yellow",
"temperature": "warm",
"tone": [
"vibrant"
],
"luminance": 0.6163,
"contrast": {
"black": 13.33,
"white": 1.58
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 13.33
},
"description": "Citrine is #E4D00A, a warm yellow color with vibrant character. Compared with Industrial Yellow, it is lighter and less saturated. Use it for jewel-tone palettes, luxury branding, and premium interface accents, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/citrine/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/citrine.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 Citrine, 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": 22.2,
"contrastRatio": 1.06,
"hslDelta": {
"hue": 6,
"saturation": 8,
"lightness": 1
},
"luminanceDelta": 0.0355,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"vibrant"
],
"lighterColor": "Citrine",
"moreSaturatedColor": "Industrial Yellow"
},
"accessibility": {
"pairContrastRatio": 1.06,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Citrine",
"background": "#E4D00A",
"foreground": "#000000",
"label": "black text",
"ratio": 13.33
},
{
"color": "Industrial Yellow",
"background": "#F3C300",
"foreground": "#000000",
"label": "black text",
"ratio": 12.62
}
]
},
"useCases": {
"chooseFirstWhen": "Citrine is better when the design needs vibrant yellow character, warm temperature, and the specific HEX value #E4D00A.",
"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/citrine-vs-industrial-yellow.json",
"https://www.colorsencyclopedia.com/api/colors/citrine.json",
"https://www.colorsencyclopedia.com/api/colors/industrial-yellow.json"
],
"url": "https://www.colorsencyclopedia.com/compare/citrine-vs-industrial-yellow/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/citrine-vs-industrial-yellow.json"
}