#cfc2c4
a light, muted red · warm · closest name: silver
RGB
207, 194, 196
HSL
351°, 12%, 79%
CMYK
0, 6, 5, 19
Luminance
0.5583
Every format
| HEX | #cfc2c4 |
| RGB | rgb(207, 194, 196) |
| HSL | hsl(351, 12%, 79%) |
| CMYK | cmyk(0%, 6%, 5%, 19%) |
| LAB | lab(79.5 4.9 0.6) |
| LCH | lch(79.5 4.9 7.4) |
| OKLCH | oklch(0.825 0.015 6.8) |
Copy-ready code
/* CSS */
color: #cfc2c4;
background-color: #cfc2c4;
/* Tailwind (arbitrary) */
class="text-[#cfc2c4] bg-[#cfc2c4]"
/* SCSS */
$brand: #cfc2c4;
/* SwiftUI */
Color(red: 0.812, green: 0.761, blue: 0.769)
/* Android */
Color.parseColor("#cfc2c4")Accessibility — WCAG contrast
Aa
#cfc2c4 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc2c4 on black: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green76.1%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow5.3%
Key (black)18.8%
Color previews
#cfc2c4 text on a black background
contrast 12.17:1
Card sample
#cfc2c4 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc2c4;
Background color
Panel with #cfc2c4 background
background-color: #cfc2c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc2c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 194, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 194, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc2c4; background: linear-gradient(135deg, #cfc2c4, #CFC9C2);