#cdbfce
a light, muted magenta / pink · warm · closest name: silver
RGB
205, 191, 206
HSL
296°, 13%, 78%
CMYK
1, 7, 0, 19
Luminance
0.5470
Every format
| HEX | #cdbfce |
| RGB | rgb(205, 191, 206) |
| HSL | hsl(296, 13%, 78%) |
| CMYK | cmyk(1%, 7%, 0%, 19%) |
| LAB | lab(78.9 7.6 -5.7) |
| LCH | lch(78.9 9.5 323.0) |
| OKLCH | oklch(0.821 0.026 323.8) |
Copy-ready code
/* CSS */
color: #cdbfce;
background-color: #cdbfce;
/* Tailwind (arbitrary) */
class="text-[#cdbfce] bg-[#cdbfce]"
/* SCSS */
$brand: #cdbfce;
/* SwiftUI */
Color(red: 0.804, green: 0.749, blue: 0.808)
/* Android */
Color.parseColor("#cdbfce")Accessibility — WCAG contrast
Aa
#cdbfce on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbfce on black: 11.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green74.9%
Blue80.8%
CMYK percentages
Cyan0.5%
Magenta7.3%
Yellow0.0%
Key (black)19.2%
Color previews
#cdbfce text on a black background
contrast 11.94:1
Card sample
#cdbfce text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbfce;
Background color
Panel with #cdbfce background
background-color: #cdbfce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbfce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 191, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 191, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbfce; background: linear-gradient(135deg, #cdbfce, #CEBFC5);