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