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