#cfcbc9
a light, muted gray · warm · closest name: silver
RGB
207, 203, 201
HSL
20°, 6%, 80%
CMYK
0, 2, 3, 19
Luminance
0.6019
Every format
| HEX | #cfcbc9 |
| RGB | rgb(207, 203, 201) |
| HSL | hsl(20, 6%, 80%) |
| CMYK | cmyk(0%, 2%, 3%, 19%) |
| LAB | lab(81.9 1.0 1.5) |
| LCH | lch(81.9 1.8 55.4) |
| OKLCH | oklch(0.845 0.005 48.7) |
Copy-ready code
/* CSS */
color: #cfcbc9;
background-color: #cfcbc9;
/* Tailwind (arbitrary) */
class="text-[#cfcbc9] bg-[#cfcbc9]"
/* SCSS */
$brand: #cfcbc9;
/* SwiftUI */
Color(red: 0.812, green: 0.796, blue: 0.788)
/* Android */
Color.parseColor("#cfcbc9")Accessibility — WCAG contrast
Aa
#cfcbc9 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcbc9 on black: 13.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green79.6%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta1.9%
Yellow2.9%
Key (black)18.8%
Color previews
#cfcbc9 text on a black background
contrast 13.04:1
Card sample
#cfcbc9 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcbc9;
Background color
Panel with #cfcbc9 background
background-color: #cfcbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 203, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 203, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcbc9; background: linear-gradient(135deg, #cfcbc9, #CFCFC9);