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