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