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