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