#cdbfc4
a light, muted magenta / pink · warm · closest name: silver
RGB
205, 191, 196
HSL
339°, 12%, 78%
CMYK
0, 7, 4, 20
Luminance
0.5423
Every format
| HEX | #cdbfc4 |
| RGB | rgb(205, 191, 196) |
| HSL | hsl(339, 12%, 78%) |
| CMYK | cmyk(0%, 7%, 4%, 20%) |
| LAB | lab(78.6 5.8 -0.7) |
| LCH | lch(78.6 5.8 352.7) |
| OKLCH | oklch(0.818 0.017 353.7) |
Copy-ready code
/* CSS */
color: #cdbfc4;
background-color: #cdbfc4;
/* Tailwind (arbitrary) */
class="text-[#cdbfc4] bg-[#cdbfc4]"
/* SCSS */
$brand: #cdbfc4;
/* SwiftUI */
Color(red: 0.804, green: 0.749, blue: 0.769)
/* Android */
Color.parseColor("#cdbfc4")Accessibility — WCAG contrast
Aa
#cdbfc4 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbfc4 on black: 11.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green74.9%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow4.4%
Key (black)19.6%
Color previews
#cdbfc4 text on a black background
contrast 11.85:1
Card sample
#cdbfc4 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbfc4;
Background color
Panel with #cdbfc4 background
background-color: #cdbfc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbfc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 191, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 191, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbfc4; background: linear-gradient(135deg, #cdbfc4, #CDC3BF);