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