#cdbfd0
a light, soft violet · warm · closest name: silver
RGB
205, 191, 208
HSL
289°, 15%, 78%
CMYK
1, 8, 0, 18
Luminance
0.5479
Every format
| HEX | #cdbfd0 |
| RGB | rgb(205, 191, 208) |
| HSL | hsl(289, 15%, 78%) |
| CMYK | cmyk(1%, 8%, 0%, 18%) |
| LAB | lab(78.9 8.0 -6.7) |
| LCH | lch(78.9 10.4 319.9) |
| OKLCH | oklch(0.821 0.028 320.3) |
Copy-ready code
/* CSS */
color: #cdbfd0;
background-color: #cdbfd0;
/* Tailwind (arbitrary) */
class="text-[#cdbfd0] bg-[#cdbfd0]"
/* SCSS */
$brand: #cdbfd0;
/* SwiftUI */
Color(red: 0.804, green: 0.749, blue: 0.816)
/* Android */
Color.parseColor("#cdbfd0")Accessibility — WCAG contrast
Aa
#cdbfd0 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbfd0 on black: 11.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green74.9%
Blue81.6%
CMYK percentages
Cyan1.4%
Magenta8.2%
Yellow0.0%
Key (black)18.4%
Color previews
#cdbfd0 text on a black background
contrast 11.96:1
Card sample
#cdbfd0 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbfd0;
Background color
Panel with #cdbfd0 background
background-color: #cdbfd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbfd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 191, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 191, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbfd0; background: linear-gradient(135deg, #cdbfd0, #D0BFC8);