#cfccc4
a light, muted yellow · warm · closest name: silver
RGB
207, 204, 196
HSL
44°, 10%, 79%
CMYK
0, 1, 5, 19
Luminance
0.6044
Every format
| HEX | #cfccc4 |
| RGB | rgb(207, 204, 196) |
| HSL | hsl(44, 10%, 79%) |
| CMYK | cmyk(0%, 1%, 5%, 19%) |
| LAB | lab(82.1 -0.4 4.3) |
| LCH | lch(82.1 4.4 95.0) |
| OKLCH | oklch(0.845 0.011 89.7) |
Copy-ready code
/* CSS */
color: #cfccc4;
background-color: #cfccc4;
/* Tailwind (arbitrary) */
class="text-[#cfccc4] bg-[#cfccc4]"
/* SCSS */
$brand: #cfccc4;
/* SwiftUI */
Color(red: 0.812, green: 0.800, blue: 0.769)
/* Android */
Color.parseColor("#cfccc4")Accessibility — WCAG contrast
Aa
#cfccc4 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfccc4 on black: 13.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green80.0%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta1.4%
Yellow5.3%
Key (black)18.8%
Color previews
#cfccc4 text on a black background
contrast 13.09:1
Card sample
#cfccc4 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfccc4;
Background color
Panel with #cfccc4 background
background-color: #cfccc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfccc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 204, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 204, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfccc4; background: linear-gradient(135deg, #cfccc4, #CBCFC4);