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