#cfc2cb
a light, muted magenta / pink · warm · closest name: silver
RGB
207, 194, 203
HSL
319°, 12%, 79%
CMYK
0, 6, 2, 19
Luminance
0.5616
Every format
| HEX | #cfc2cb |
| RGB | rgb(207, 194, 203) |
| HSL | hsl(319, 12%, 79%) |
| CMYK | cmyk(0%, 6%, 2%, 19%) |
| LAB | lab(79.7 6.2 -2.9) |
| LCH | lch(79.7 6.8 335.1) |
| OKLCH | oklch(0.827 0.019 336.6) |
Copy-ready code
/* CSS */
color: #cfc2cb;
background-color: #cfc2cb;
/* Tailwind (arbitrary) */
class="text-[#cfc2cb] bg-[#cfc2cb]"
/* SCSS */
$brand: #cfc2cb;
/* SwiftUI */
Color(red: 0.812, green: 0.761, blue: 0.796)
/* Android */
Color.parseColor("#cfc2cb")Accessibility — WCAG contrast
Aa
#cfc2cb on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc2cb on black: 12.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green76.1%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow1.9%
Key (black)18.8%
Color previews
#cfc2cb text on a black background
contrast 12.23:1
Card sample
#cfc2cb text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc2cb;
Background color
Panel with #cfc2cb background
background-color: #cfc2cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc2cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 194, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 194, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc2cb; background: linear-gradient(135deg, #cfc2cb, #CFC2C2);