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