#cdbfe3
a light, soft violet · warm · closest name: lavender
RGB
205, 191, 227
HSL
263°, 39%, 82%
CMYK
10, 16, 0, 11
Luminance
0.5579
Every format
| HEX | #cdbfe3 |
| RGB | rgb(205, 191, 227) |
| HSL | hsl(263, 39%, 82%) |
| CMYK | cmyk(10%, 16%, 0%, 11%) |
| LAB | lab(79.5 11.7 -16.1) |
| LCH | lch(79.5 19.9 305.9) |
| OKLCH | oklch(0.828 0.052 303.0) |
Copy-ready code
/* CSS */
color: #cdbfe3;
background-color: #cdbfe3;
/* Tailwind (arbitrary) */
class="text-[#cdbfe3] bg-[#cdbfe3]"
/* SCSS */
$brand: #cdbfe3;
/* SwiftUI */
Color(red: 0.804, green: 0.749, blue: 0.890)
/* Android */
Color.parseColor("#cdbfe3")Accessibility — WCAG contrast
Aa
#cdbfe3 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbfe3 on black: 12.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green74.9%
Blue89.0%
CMYK percentages
Cyan9.7%
Magenta15.9%
Yellow0.0%
Key (black)11.0%
Color previews
#cdbfe3 text on a black background
contrast 12.16:1
Card sample
#cdbfe3 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbfe3;
Background color
Panel with #cdbfe3 background
background-color: #cdbfe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbfe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 191, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 191, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbfe3; background: linear-gradient(135deg, #cdbfe3, #E3BFE1);