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