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": "laser-lemon-vs-naples-yellow",
"type": "nearest",
"name": "Laser Lemon vs Naples Yellow",
"verdict": "Laser Lemon and Naples Yellow are visually related colors. Laser Lemon is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.29:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Laser Lemon and Naples Yellow are different yellow colors with HEX values #FFFF66 and #FADA5E. According to Colors Encyclopedia, their RGB distance is 38.2, their contrast ratio is 1.29:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 38.2,
"contrastRatio": 1.29,
"colors": [
{
"slug": "laser-lemon",
"name": "Laser Lemon",
"hex": "#FFFF66",
"rgb": [
255,
255,
102
],
"hsl": [
60,
100,
70
],
"cmyk": [
0,
0,
60,
0
],
"family": "yellow",
"temperature": "warm",
"tone": [
"vibrant"
],
"luminance": 0.9374,
"contrast": {
"black": 19.75,
"white": 1.06
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 19.75
},
"description": "Laser Lemon is #FFFF66, a warm yellow color with vibrant character. Compared with Naples Yellow, it is lighter and more saturated. Use it for neon accents, event graphics, and high-energy digital design, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/laser-lemon/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/laser-lemon.json"
},
{
"slug": "naples-yellow",
"name": "Naples Yellow",
"hex": "#FADA5E",
"rgb": [
250,
218,
94
],
"hsl": [
48,
94,
67
],
"cmyk": [
0,
13,
62,
2
],
"family": "yellow",
"temperature": "warm",
"tone": [
"vibrant"
],
"luminance": 0.7127,
"contrast": {
"black": 15.25,
"white": 1.38
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 15.25
},
"description": "Naples Yellow is #FADA5E, a warm yellow color with vibrant character. Compared with Laser Lemon, it is darker 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/naples-yellow/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/naples-yellow.json"
}
],
"differences": {
"rgbDistance": 38.2,
"contrastRatio": 1.29,
"hslDelta": {
"hue": 12,
"saturation": 6,
"lightness": 3
},
"luminanceDelta": 0.2247,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"vibrant"
],
"lighterColor": "Laser Lemon",
"moreSaturatedColor": "Laser Lemon"
},
"accessibility": {
"pairContrastRatio": 1.29,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Laser Lemon",
"background": "#FFFF66",
"foreground": "#000000",
"label": "black text",
"ratio": 19.75
},
{
"color": "Naples Yellow",
"background": "#FADA5E",
"foreground": "#000000",
"label": "black text",
"ratio": 15.25
}
]
},
"useCases": {
"chooseFirstWhen": "Laser Lemon is better when the design needs vibrant yellow character, warm temperature, and the specific HEX value #FFFF66.",
"chooseSecondWhen": "Naples Yellow is better when the design needs vibrant yellow character, warm temperature, and the specific HEX value #FADA5E.",
"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/laser-lemon-vs-naples-yellow.json",
"https://www.colorsencyclopedia.com/api/colors/laser-lemon.json",
"https://www.colorsencyclopedia.com/api/colors/naples-yellow.json"
],
"url": "https://www.colorsencyclopedia.com/compare/laser-lemon-vs-naples-yellow/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/laser-lemon-vs-naples-yellow.json"
}