Use this color
Create with Nickel
Open a professional color tool with #727472 already applied. Each configuration stays canonical to the tool and can be adjusted or shared.
CSS Utilities
--color-nickel: #727472;
.bg-nickel { background-color: #727472; }
.text-nickel { color: #727472; }Color meaning and use
About Nickel Color
Nickel uses HEX #727472, RGB 114, 116, 114, and HSL 120°, 1%, 45%. 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.1728; black contrast is 4.46:1 and white contrast is 4.71:1, making white the stronger of those two standard foreground choices.
WCAG Accessibility
Contrast checks for Nickel against black and white text.
Downloadable color reference infographic
Nickel Color Reference Infographic
Save a high-resolution infographic of Nickel, 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": "#727472",
"rgb": [
114,
116,
114
],
"hsl": [
120,
1,
45
],
"cmyk": [
2,
0,
2,
55
],
"luminance": 0.1728,
"contrast": {
"black": 4.46,
"white": 4.71
}
}WCAG
{
"AA": [
"#FFFFFF"
],
"AAA": []
}Harmonies
{
"complementary": "#747274",
"analogous": [
"#737472",
"#727473"
],
"triadic": [
"#727274",
"#747272"
],
"tetradic": [
"#727374",
"#747274",
"#747372"
],
"splitComplementary": [
"#737274",
"#747273"
],
"monochromatic": [
"#A0A2A0",
"#727472",
"#444644"
]
}Variants
{
"light": "#A0A2A0",
"dark": "#444644",
"saturated": "#588D58",
"desaturated": "#737373",
"pastel": "#B3B3B3",
"neon": "#0FFF0F"
}Pairings
{
"best": [
"#FFFFFF",
"#747274",
"#737472",
"#727473"
],
"avoid": [
"#737373",
"#A0A2A0"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#FFFFFF"
],
"lowContrast": [
"#A0A2A0",
"#737373"
]
}Knowledge graph
{
"nearestColors": [
"wet-concrete",
"machinery-gray",
"steel-gray",
"smoke",
"dim-gray"
],
"generatedPalettes": [
"nickel"
],
"generatedComparisons": [
"machinery-gray-vs-nickel",
"nickel-vs-wet-concrete"
],
"relatedFamilies": [
"/colors/by-family/gray",
"/colors/by-temperature/neutral",
"/colors/by-tone/muted"
],
"relatedTools": [
"/harmonies/nickel",
"/wcag/nickel",
"/css/colors/nickel",
"/hex/727472",
"/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/nickel"
],
"related": [
"/colors/wet-concrete",
"/colors/machinery-gray",
"/colors/steel-gray",
"/colors/smoke",
"/colors/dim-gray",
"/compare/machinery-gray-vs-nickel",
"/compare/nickel-vs-wet-concrete",
"/harmonies/nickel",
"/wcag/nickel",
"/css/colors/nickel",
"/hex/727472",
"/tools/css-gradient-generator",
"/tools/color-palette-generator",
"/tools/css-color-mixer",
"/tools/contrast-checker"
]
}
}Full JSON dataset
{
"slug": "nickel",
"name": "Nickel",
"hex": "#727472",
"uses": [
"metallic palettes",
"product finishes",
"premium packaging"
],
"psychology": {
"associations": [
"finish",
"durability",
"value"
],
"contexts": [
"hardware",
"automotive",
"jewelry",
"industrial design"
],
"avoidIn": [
"flat pastel systems"
]
},
"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, material, cultural, and editorial color systems."
},
"family": "gray",
"temperature": "neutral",
"tone": [
"muted"
],
"editorialNotes": "Curated internal color record with computed technical properties.",
"tags": [
"gray",
"neutral",
"muted",
"metallic-palettes",
"product-finishes",
"premium-packaging",
"finish",
"durability",
"value"
],
"popularity": 84,
"rgb": [
114,
116,
114
],
"hsl": [
120,
1,
45
],
"cmyk": [
2,
0,
2,
55
],
"luminance": 0.1728,
"contrast": {
"black": 4.46,
"white": 4.71
},
"harmonies": {
"complementary": "#747274",
"analogous": [
"#737472",
"#727473"
],
"triadic": [
"#727274",
"#747272"
],
"tetradic": [
"#727374",
"#747274",
"#747372"
],
"splitComplementary": [
"#737274",
"#747273"
],
"monochromatic": [
"#A0A2A0",
"#727472",
"#444644"
]
},
"variants": {
"light": "#A0A2A0",
"dark": "#444644",
"saturated": "#588D58",
"desaturated": "#737373",
"pastel": "#B3B3B3",
"neon": "#0FFF0F"
},
"wcag": {
"AA": [
"#FFFFFF"
],
"AAA": []
},
"css": {
"variable": "--color-nickel: #727472;",
"utility": ".bg-nickel { background-color: #727472; }",
"textUtility": ".text-nickel { color: #727472; }"
},
"nearestColors": [
"wet-concrete",
"machinery-gray",
"steel-gray",
"smoke",
"dim-gray"
],
"generatedPalettes": [
"nickel"
],
"generatedComparisons": [
"machinery-gray-vs-nickel",
"nickel-vs-wet-concrete"
],
"relatedFamilies": [
"/colors/by-family/gray",
"/colors/by-temperature/neutral",
"/colors/by-tone/muted"
],
"relatedTools": [
"/harmonies/nickel",
"/wcag/nickel",
"/css/colors/nickel",
"/hex/727472",
"/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/nickel"
],
"related": [
"/colors/wet-concrete",
"/colors/machinery-gray",
"/colors/steel-gray",
"/colors/smoke",
"/colors/dim-gray",
"/compare/machinery-gray-vs-nickel",
"/compare/nickel-vs-wet-concrete",
"/harmonies/nickel",
"/wcag/nickel",
"/css/colors/nickel",
"/hex/727472",
"/tools/css-gradient-generator",
"/tools/color-palette-generator",
"/tools/css-color-mixer",
"/tools/contrast-checker"
]
},
"pairings": {
"best": [
"#FFFFFF",
"#747274",
"#737472",
"#727473"
],
"avoid": [
"#737373",
"#A0A2A0"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#FFFFFF"
],
"lowContrast": [
"#A0A2A0",
"#737373"
]
}
}