#cfc9cc
a light, muted gray · warm · closest name: silver
RGB
207, 201, 204
HSL
330°, 6%, 80%
CMYK
0, 3, 1, 19
Luminance
0.5940
Every format
| HEX | #cfc9cc |
| RGB | rgb(207, 201, 204) |
| HSL | hsl(330, 6%, 80%) |
| CMYK | cmyk(0%, 3%, 1%, 19%) |
| LAB | lab(81.5 2.6 -0.8) |
| LCH | lch(81.5 2.7 344.0) |
| OKLCH | oklch(0.842 0.008 345.4) |
Copy-ready code
/* CSS */
color: #cfc9cc;
background-color: #cfc9cc;
/* Tailwind (arbitrary) */
class="text-[#cfc9cc] bg-[#cfc9cc]"
/* SCSS */
$brand: #cfc9cc;
/* SwiftUI */
Color(red: 0.812, green: 0.788, blue: 0.800)
/* Android */
Color.parseColor("#cfc9cc")Accessibility — WCAG contrast
Aa
#cfc9cc on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc9cc on black: 12.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green78.8%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta2.9%
Yellow1.4%
Key (black)18.8%
Color previews
#cfc9cc text on a black background
contrast 12.88:1
Card sample
#cfc9cc text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc9cc;
Background color
Panel with #cfc9cc background
background-color: #cfc9cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc9cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 201, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 201, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc9cc; background: linear-gradient(135deg, #cfc9cc, #CFCAC9);