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": "matte-black-vs-raisin",
"type": "nearest",
"name": "Matte Black vs Raisin",
"verdict": "Matte Black and Raisin are very close colors. Raisin 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": "Matte Black and Raisin are different gray colors with HEX values #1A1A1A and #242124. According to Colors Encyclopedia, their RGB distance is 15.8, their contrast ratio is 1.09:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 15.8,
"contrastRatio": 1.09,
"colors": [
{
"slug": "matte-black",
"name": "Matte Black",
"hex": "#1A1A1A",
"rgb": [
26,
26,
26
],
"hsl": [
0,
0,
10
],
"cmyk": [
0,
0,
0,
90
],
"family": "gray",
"temperature": "neutral",
"tone": [
"dark"
],
"luminance": 0.0103,
"contrast": {
"black": 1.21,
"white": 17.41
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"bestText": {
"text": "#FFFFFF",
"label": "white text",
"ratio": 17.41
},
"description": "Matte Black is #1A1A1A, a neutral gray color with dark character. Compared with Raisin, it is darker and less saturated. Use it for industrial design, safety systems, and hardware palettes, with white text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/matte-black/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/matte-black.json"
},
{
"slug": "raisin",
"name": "Raisin",
"hex": "#242124",
"rgb": [
36,
33,
36
],
"hsl": [
300,
4,
14
],
"cmyk": [
0,
8,
0,
86
],
"family": "gray",
"temperature": "neutral",
"tone": [
"dark"
],
"luminance": 0.0159,
"contrast": {
"black": 1.32,
"white": 15.93
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"bestText": {
"text": "#FFFFFF",
"label": "white text",
"ratio": 15.93
},
"description": "Raisin is #242124, a neutral gray color with dark character. Compared with Matte Black, it is lighter and more saturated. Use it for beauty branding, creative systems, and premium accents, with white text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/raisin/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/raisin.json"
}
],
"differences": {
"rgbDistance": 15.8,
"contrastRatio": 1.09,
"hslDelta": {
"hue": 300,
"saturation": 4,
"lightness": 4
},
"luminanceDelta": 0.0056,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"dark"
],
"lighterColor": "Raisin",
"moreSaturatedColor": "Raisin"
},
"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": "Matte Black",
"background": "#1A1A1A",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 17.41
},
{
"color": "Raisin",
"background": "#242124",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 15.93
}
]
},
"useCases": {
"chooseFirstWhen": "Matte Black is better when the design needs dark gray character, neutral temperature, and the specific HEX value #1A1A1A.",
"chooseSecondWhen": "Raisin is better when the design needs dark gray character, neutral temperature, and the specific HEX value #242124.",
"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/matte-black-vs-raisin.json",
"https://www.colorsencyclopedia.com/api/colors/matte-black.json",
"https://www.colorsencyclopedia.com/api/colors/raisin.json"
],
"url": "https://www.colorsencyclopedia.com/compare/matte-black-vs-raisin/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/matte-black-vs-raisin.json"
}