#cfccc1
a light, muted yellow · cool · closest name: silver
RGB
207, 204, 193
HSL
47°, 13%, 78%
CMYK
0, 1, 7, 19
Luminance
0.6030
Every format
| HEX | #cfccc1 |
| RGB | rgb(207, 204, 193) |
| HSL | hsl(47, 13%, 78%) |
| CMYK | cmyk(0%, 1%, 7%, 19%) |
| LAB | lab(82.0 -0.9 5.8) |
| LCH | lch(82.0 5.9 98.8) |
| OKLCH | oklch(0.845 0.015 94.2) |
Copy-ready code
/* CSS */
color: #cfccc1;
background-color: #cfccc1;
/* Tailwind (arbitrary) */
class="text-[#cfccc1] bg-[#cfccc1]"
/* SCSS */
$brand: #cfccc1;
/* SwiftUI */
Color(red: 0.812, green: 0.800, blue: 0.757)
/* Android */
Color.parseColor("#cfccc1")Accessibility — WCAG contrast
Aa
#cfccc1 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfccc1 on black: 13.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green80.0%
Blue75.7%
CMYK percentages
Cyan0.0%
Magenta1.4%
Yellow6.8%
Key (black)18.8%
Color previews
#cfccc1 text on a black background
contrast 13.06:1
Card sample
#cfccc1 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfccc1;
Background color
Panel with #cfccc1 background
background-color: #cfccc1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfccc1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 204, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 204, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfccc1; background: linear-gradient(135deg, #cfccc1, #C9CFC1);