#c6c2ba
a light, muted yellow · warm · closest name: silver
RGB
198, 194, 186
HSL
40°, 10%, 75%
CMYK
0, 2, 6, 22
Luminance
0.5413
Every format
| HEX | #c6c2ba |
| RGB | rgb(198, 194, 186) |
| HSL | hsl(40, 10%, 75%) |
| CMYK | cmyk(0%, 2%, 6%, 22%) |
| LAB | lab(78.5 -0.0 4.5) |
| LCH | lch(78.5 4.5 90.4) |
| OKLCH | oklch(0.815 0.012 84.6) |
Copy-ready code
/* CSS */
color: #c6c2ba;
background-color: #c6c2ba;
/* Tailwind (arbitrary) */
class="text-[#c6c2ba] bg-[#c6c2ba]"
/* SCSS */
$brand: #c6c2ba;
/* SwiftUI */
Color(red: 0.776, green: 0.761, blue: 0.729)
/* Android */
Color.parseColor("#c6c2ba")Accessibility — WCAG contrast
Aa
#c6c2ba on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6c2ba on black: 11.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green76.1%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow6.1%
Key (black)22.4%
Color previews
#c6c2ba text on a black background
contrast 11.83:1
Card sample
#c6c2ba text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6c2ba;
Background color
Panel with #c6c2ba background
background-color: #c6c2ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6c2ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 194, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 194, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6c2ba; background: linear-gradient(135deg, #c6c2ba, #C2C6BA);