#cdbfd1
a light, soft violet · warm · closest name: silver
RGB
205, 191, 209
HSL
287°, 16%, 78%
CMYK
2, 9, 0, 18
Luminance
0.5484
Every format
| HEX | #cdbfd1 |
| RGB | rgb(205, 191, 209) |
| HSL | hsl(287, 16%, 78%) |
| CMYK | cmyk(2%, 9%, 0%, 18%) |
| LAB | lab(79.0 8.2 -7.2) |
| LCH | lch(79.0 10.9 318.5) |
| OKLCH | oklch(0.822 0.029 318.7) |
Copy-ready code
/* CSS */
color: #cdbfd1;
background-color: #cdbfd1;
/* Tailwind (arbitrary) */
class="text-[#cdbfd1] bg-[#cdbfd1]"
/* SCSS */
$brand: #cdbfd1;
/* SwiftUI */
Color(red: 0.804, green: 0.749, blue: 0.820)
/* Android */
Color.parseColor("#cdbfd1")Accessibility — WCAG contrast
Aa
#cdbfd1 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbfd1 on black: 11.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green74.9%
Blue82.0%
CMYK percentages
Cyan1.9%
Magenta8.6%
Yellow0.0%
Key (black)18.0%
Color previews
#cdbfd1 text on a black background
contrast 11.97:1
Card sample
#cdbfd1 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbfd1;
Background color
Panel with #cdbfd1 background
background-color: #cdbfd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbfd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 191, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 191, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbfd1; background: linear-gradient(135deg, #cdbfd1, #D1BFC9);