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": "honeydew-vs-paper-white",
"type": "nearest",
"name": "Honeydew vs Paper White",
"verdict": "Honeydew and Paper White are very close colors. Honeydew is the lighter option. Paper White reads warmer. Their mutual contrast is 1.04:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Honeydew and Paper White are different green and yellow colors with HEX values #F0FFF0 and #F7F7F2. According to Colors Encyclopedia, their RGB distance is 10.8, their contrast ratio is 1.04:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 10.8,
"contrastRatio": 1.04,
"colors": [
{
"slug": "honeydew",
"name": "Honeydew",
"hex": "#F0FFF0",
"rgb": [
240,
255,
240
],
"hsl": [
120,
100,
97
],
"cmyk": [
6,
0,
6,
0
],
"family": "green",
"temperature": "cool",
"tone": [
"light",
"pastel"
],
"luminance": 0.9634,
"contrast": {
"black": 20.27,
"white": 1.04
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 20.27
},
"description": "Honeydew is #F0FFF0, a cool green color with light and pastel character. Compared with Paper White, it is lighter and more saturated. 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/honeydew/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/honeydew.json"
},
{
"slug": "paper-white",
"name": "Paper White",
"hex": "#F7F7F2",
"rgb": [
247,
247,
242
],
"hsl": [
60,
24,
96
],
"cmyk": [
0,
0,
2,
3
],
"family": "yellow",
"temperature": "warm",
"tone": [
"light"
],
"luminance": 0.9271,
"contrast": {
"black": 19.54,
"white": 1.07
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 19.54
},
"description": "Paper White is #F7F7F2, a warm yellow color with light character. Compared with Honeydew, it is darker and less saturated. Use it for neutral systems, backgrounds, and editorial typography, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/paper-white/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/paper-white.json"
}
],
"differences": {
"rgbDistance": 10.8,
"contrastRatio": 1.04,
"hslDelta": {
"hue": 60,
"saturation": 76,
"lightness": 1
},
"luminanceDelta": 0.0363,
"sameFamily": false,
"sameTemperature": false,
"sharedTones": [
"light"
],
"lighterColor": "Honeydew",
"moreSaturatedColor": "Honeydew"
},
"accessibility": {
"pairContrastRatio": 1.04,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Honeydew",
"background": "#F0FFF0",
"foreground": "#000000",
"label": "black text",
"ratio": 20.27
},
{
"color": "Paper White",
"background": "#F7F7F2",
"foreground": "#000000",
"label": "black text",
"ratio": 19.54
}
]
},
"useCases": {
"chooseFirstWhen": "Honeydew is better when the design needs light and pastel green character, cool temperature, and the specific HEX value #F0FFF0.",
"chooseSecondWhen": "Paper White is better when the design needs light yellow character, warm temperature, and the specific HEX value #F7F7F2.",
"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/honeydew-vs-paper-white.json",
"https://www.colorsencyclopedia.com/api/colors/honeydew.json",
"https://www.colorsencyclopedia.com/api/colors/paper-white.json"
],
"url": "https://www.colorsencyclopedia.com/compare/honeydew-vs-paper-white/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/honeydew-vs-paper-white.json"
}