Use this color
Create with Graphite
Open a professional color tool with #383838 already applied. Each configuration stays canonical to the tool and can be adjusted or shared.
CSS Utilities
--color-graphite: #383838;
.bg-graphite { background-color: #383838; }
.text-graphite { color: #383838; }Color meaning and use
About Graphite Color
Graphite uses HEX #383838, RGB 56, 56, 56, and HSL 0°, 0%, 22%. The dataset classifies it in the gray family with neutral temperature and dark visual character.
No separate named-color neighbor is recorded for this entry. Its relative luminance is 0.0395; black contrast is 1.79:1 and white contrast is 11.73:1, making white the stronger of those two standard foreground choices.
WCAG Accessibility
Contrast checks for Graphite against black and white text.
Downloadable color reference infographic
Graphite Color Reference Infographic
Save a high-resolution infographic of Graphite, 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": "#383838",
"rgb": [
56,
56,
56
],
"hsl": [
0,
0,
22
],
"cmyk": [
0,
0,
0,
78
],
"luminance": 0.0395,
"contrast": {
"black": 1.79,
"white": 11.73
}
}WCAG
{
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
}Harmonies
{
"complementary": "#383838",
"analogous": [
"#383838",
"#383838"
],
"triadic": [
"#383838",
"#383838"
],
"tetradic": [
"#383838",
"#383838",
"#383838"
],
"splitComplementary": [
"#383838",
"#383838"
],
"monochromatic": [
"#666666",
"#383838",
"#0A0A0A"
]
}Variants
{
"light": "#666666",
"dark": "#0A0A0A",
"saturated": "#442C2C",
"desaturated": "#383838",
"pastel": "#787878",
"neon": "#990000"
}Pairings
{
"best": [
"#FFFFFF",
"#383838",
"#383838",
"#383838"
],
"avoid": [
"#383838",
"#666666"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#FFFFFF"
],
"lowContrast": [
"#666666",
"#383838"
]
}Knowledge graph
{
"nearestColors": [
"onyx",
"jet",
"peat",
"gunmetal",
"taupe"
],
"generatedPalettes": [
"graphite"
],
"generatedComparisons": [
"aubergine-vs-graphite",
"graphite-vs-jet",
"graphite-vs-onyx",
"peat-vs-graphite",
"taupe-vs-graphite"
],
"relatedFamilies": [
"/colors/by-family/gray",
"/colors/by-temperature/neutral",
"/colors/by-tone/dark"
],
"relatedTools": [
"/harmonies/graphite",
"/wcag/graphite",
"/css/colors/graphite",
"/hex/383838",
"/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/dark"
],
"narrower": [
"/palettes/graphite"
],
"related": [
"/colors/onyx",
"/colors/jet",
"/colors/peat",
"/colors/gunmetal",
"/colors/taupe",
"/compare/aubergine-vs-graphite",
"/compare/graphite-vs-jet",
"/compare/graphite-vs-onyx",
"/compare/peat-vs-graphite",
"/compare/taupe-vs-graphite",
"/harmonies/graphite",
"/wcag/graphite",
"/css/colors/graphite",
"/hex/383838",
"/tools/css-gradient-generator",
"/tools/color-palette-generator",
"/tools/css-color-mixer",
"/tools/contrast-checker"
]
}
}Full JSON dataset
{
"slug": "graphite",
"name": "Graphite",
"hex": "#383838",
"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": [
"dark"
],
"editorialNotes": "Curated internal color record with computed technical properties.",
"tags": [
"gray",
"neutral",
"dark",
"backgrounds",
"typography",
"product-surfaces",
"restraint",
"clarity",
"balance"
],
"popularity": 84,
"rgb": [
56,
56,
56
],
"hsl": [
0,
0,
22
],
"cmyk": [
0,
0,
0,
78
],
"luminance": 0.0395,
"contrast": {
"black": 1.79,
"white": 11.73
},
"harmonies": {
"complementary": "#383838",
"analogous": [
"#383838",
"#383838"
],
"triadic": [
"#383838",
"#383838"
],
"tetradic": [
"#383838",
"#383838",
"#383838"
],
"splitComplementary": [
"#383838",
"#383838"
],
"monochromatic": [
"#666666",
"#383838",
"#0A0A0A"
]
},
"variants": {
"light": "#666666",
"dark": "#0A0A0A",
"saturated": "#442C2C",
"desaturated": "#383838",
"pastel": "#787878",
"neon": "#990000"
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"css": {
"variable": "--color-graphite: #383838;",
"utility": ".bg-graphite { background-color: #383838; }",
"textUtility": ".text-graphite { color: #383838; }"
},
"nearestColors": [
"onyx",
"jet",
"peat",
"gunmetal",
"taupe"
],
"generatedPalettes": [
"graphite"
],
"generatedComparisons": [
"aubergine-vs-graphite",
"graphite-vs-jet",
"graphite-vs-onyx",
"peat-vs-graphite",
"taupe-vs-graphite"
],
"relatedFamilies": [
"/colors/by-family/gray",
"/colors/by-temperature/neutral",
"/colors/by-tone/dark"
],
"relatedTools": [
"/harmonies/graphite",
"/wcag/graphite",
"/css/colors/graphite",
"/hex/383838",
"/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/dark"
],
"narrower": [
"/palettes/graphite"
],
"related": [
"/colors/onyx",
"/colors/jet",
"/colors/peat",
"/colors/gunmetal",
"/colors/taupe",
"/compare/aubergine-vs-graphite",
"/compare/graphite-vs-jet",
"/compare/graphite-vs-onyx",
"/compare/peat-vs-graphite",
"/compare/taupe-vs-graphite",
"/harmonies/graphite",
"/wcag/graphite",
"/css/colors/graphite",
"/hex/383838",
"/tools/css-gradient-generator",
"/tools/color-palette-generator",
"/tools/css-color-mixer",
"/tools/contrast-checker"
]
},
"pairings": {
"best": [
"#FFFFFF",
"#383838",
"#383838",
"#383838"
],
"avoid": [
"#383838",
"#666666"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#FFFFFF"
],
"lowContrast": [
"#666666",
"#383838"
]
}
}