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