Use this color
Create with Stone
Open a professional color tool with #8A817C already applied. Each configuration stays canonical to the tool and can be adjusted or shared.
CSS Utilities
--color-stone: #8A817C;
.bg-stone { background-color: #8A817C; }
.text-stone { color: #8A817C; }Color meaning and use
About Stone Color
Stone uses HEX #8A817C, RGB 138, 129, 124, and HSL 21°, 6%, 51%. The dataset classifies it in the gray family with neutral temperature and muted visual character.
No separate named-color neighbor is recorded for this entry. Its relative luminance is 0.2256; black contrast is 5.51:1 and white contrast is 3.81:1, making black the stronger of those two standard foreground choices.
WCAG Accessibility
Contrast checks for Stone against black and white text.
Downloadable color reference infographic
Stone Color Reference Infographic
Save a high-resolution infographic of Stone, including its color values, coordinated palette, and black and white text contrast.

Color Harmonies
Variants
Pairings
Machine-readable data
Machine-Readable Color Data (JSON)
Perfect for CSS, design systems, automation, and AI ingestion.
hexCanonical HEX valuergbRed, green, blue channelshslHue, saturation, lightnesscmykApproximate print conversionwcagAA and AAA contrast optionsharmoniesMathematical harmony setsvariantsGenerated tone variantsnearestColorsKnowledge graph neighborsStructured sections
Color systems
{
"hex": "#8A817C",
"rgb": [
138,
129,
124
],
"hsl": [
21,
6,
51
],
"cmyk": [
0,
7,
10,
46
],
"luminance": 0.2256,
"contrast": {
"black": 5.51,
"white": 3.81
}
}WCAG
{
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
}Harmonies
{
"complementary": "#7B848A",
"analogous": [
"#8A7B7D",
"#8A877B"
],
"triadic": [
"#7B8A80",
"#807B8A"
],
"tetradic": [
"#7D8A7B",
"#7B848A",
"#877B8A"
],
"splitComplementary": [
"#7B8A87",
"#7B7D8A"
],
"monochromatic": [
"#B5AFAB",
"#8A817C",
"#59534F"
]
}Variants
{
"light": "#B5AFAB",
"dark": "#59534F",
"saturated": "#A5785F",
"desaturated": "#828282",
"pastel": "#C2C2C2",
"neon": "#FF772E"
}Pairings
{
"best": [
"#000000",
"#7B848A",
"#8A7B7D",
"#8A877B"
],
"avoid": [
"#828282",
"#B5AFAB"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#000000"
],
"lowContrast": [
"#B5AFAB",
"#828282"
]
}Knowledge graph
{
"nearestColors": [
"warm-gray",
"titanium",
"gray",
"grey",
"zinc"
],
"generatedPalettes": [
"stone"
],
"generatedComparisons": [
"mocha-vs-stone",
"stone-vs-titanium",
"stone-vs-warm-gray"
],
"relatedFamilies": [
"/colors/by-family/gray",
"/colors/by-temperature/neutral",
"/colors/by-tone/muted"
],
"relatedTools": [
"/harmonies/stone",
"/wcag/stone",
"/css/colors/stone",
"/hex/8a817c",
"/tools/css-gradient-generator",
"/tools/color-palette-generator",
"/tools/css-color-mixer",
"/tools/contrast-checker"
],
"semanticRelations": {
"broader": [
"/colors/by-family/gray",
"/colors/by-temperature/neutral",
"/colors/by-tone/muted"
],
"narrower": [
"/palettes/stone"
],
"related": [
"/colors/warm-gray",
"/colors/titanium",
"/colors/gray",
"/colors/grey",
"/colors/zinc",
"/compare/mocha-vs-stone",
"/compare/stone-vs-titanium",
"/compare/stone-vs-warm-gray",
"/harmonies/stone",
"/wcag/stone",
"/css/colors/stone",
"/hex/8a817c",
"/tools/css-gradient-generator",
"/tools/color-palette-generator",
"/tools/css-color-mixer",
"/tools/contrast-checker"
]
}
}Full JSON dataset
{
"slug": "stone",
"name": "Stone",
"hex": "#8A817C",
"uses": [
"backgrounds",
"typography",
"product surfaces"
],
"psychology": {
"associations": [
"restraint",
"clarity",
"balance"
],
"contexts": [
"interfaces",
"architecture",
"editorial design",
"packaging"
],
"avoidIn": [
"high-energy accent-only palettes"
]
},
"aliases": [],
"sourceType": "curated",
"confidence": "medium",
"reviewStatus": "manual",
"sourceUrl": "https://www.colorsencyclopedia.com/assets/colors.json",
"origin": {
"type": "common",
"notes": "Curated common color reference used in design and editorial color systems."
},
"family": "gray",
"temperature": "neutral",
"tone": [
"muted"
],
"editorialNotes": "Curated internal color record with computed technical properties.",
"tags": [
"gray",
"neutral",
"muted",
"backgrounds",
"typography",
"product-surfaces",
"restraint",
"clarity",
"balance"
],
"popularity": 84,
"rgb": [
138,
129,
124
],
"hsl": [
21,
6,
51
],
"cmyk": [
0,
7,
10,
46
],
"luminance": 0.2256,
"contrast": {
"black": 5.51,
"white": 3.81
},
"harmonies": {
"complementary": "#7B848A",
"analogous": [
"#8A7B7D",
"#8A877B"
],
"triadic": [
"#7B8A80",
"#807B8A"
],
"tetradic": [
"#7D8A7B",
"#7B848A",
"#877B8A"
],
"splitComplementary": [
"#7B8A87",
"#7B7D8A"
],
"monochromatic": [
"#B5AFAB",
"#8A817C",
"#59534F"
]
},
"variants": {
"light": "#B5AFAB",
"dark": "#59534F",
"saturated": "#A5785F",
"desaturated": "#828282",
"pastel": "#C2C2C2",
"neon": "#FF772E"
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"css": {
"variable": "--color-stone: #8A817C;",
"utility": ".bg-stone { background-color: #8A817C; }",
"textUtility": ".text-stone { color: #8A817C; }"
},
"nearestColors": [
"warm-gray",
"titanium",
"gray",
"grey",
"zinc"
],
"generatedPalettes": [
"stone"
],
"generatedComparisons": [
"mocha-vs-stone",
"stone-vs-titanium",
"stone-vs-warm-gray"
],
"relatedFamilies": [
"/colors/by-family/gray",
"/colors/by-temperature/neutral",
"/colors/by-tone/muted"
],
"relatedTools": [
"/harmonies/stone",
"/wcag/stone",
"/css/colors/stone",
"/hex/8a817c",
"/tools/css-gradient-generator",
"/tools/color-palette-generator",
"/tools/css-color-mixer",
"/tools/contrast-checker"
],
"semanticRelations": {
"broader": [
"/colors/by-family/gray",
"/colors/by-temperature/neutral",
"/colors/by-tone/muted"
],
"narrower": [
"/palettes/stone"
],
"related": [
"/colors/warm-gray",
"/colors/titanium",
"/colors/gray",
"/colors/grey",
"/colors/zinc",
"/compare/mocha-vs-stone",
"/compare/stone-vs-titanium",
"/compare/stone-vs-warm-gray",
"/harmonies/stone",
"/wcag/stone",
"/css/colors/stone",
"/hex/8a817c",
"/tools/css-gradient-generator",
"/tools/color-palette-generator",
"/tools/css-color-mixer",
"/tools/contrast-checker"
]
},
"pairings": {
"best": [
"#000000",
"#7B848A",
"#8A7B7D",
"#8A877B"
],
"avoid": [
"#828282",
"#B5AFAB"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#000000"
],
"lowContrast": [
"#B5AFAB",
"#828282"
]
}
}