#cdbfea
a light, vivid violet · warm · closest name: lavender
RGB
205, 191, 234
HSL
260°, 51%, 83%
CMYK
12, 18, 0, 8
Luminance
0.5618
Every format
| HEX | #cdbfea |
| RGB | rgb(205, 191, 234) |
| HSL | hsl(260, 51%, 83%) |
| CMYK | cmyk(12%, 18%, 0%, 8%) |
| LAB | lab(79.7 13.1 -19.5) |
| LCH | lch(79.7 23.5 303.9) |
| OKLCH | oklch(0.830 0.061 299.9) |
Copy-ready code
/* CSS */
color: #cdbfea;
background-color: #cdbfea;
/* Tailwind (arbitrary) */
class="text-[#cdbfea] bg-[#cdbfea]"
/* SCSS */
$brand: #cdbfea;
/* SwiftUI */
Color(red: 0.804, green: 0.749, blue: 0.918)
/* Android */
Color.parseColor("#cdbfea")Accessibility — WCAG contrast
Aa
#cdbfea on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbfea on black: 12.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green74.9%
Blue91.8%
CMYK percentages
Cyan12.4%
Magenta18.4%
Yellow0.0%
Key (black)8.2%
Color previews
#cdbfea text on a black background
contrast 12.24:1
Card sample
#cdbfea text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbfea;
Background color
Panel with #cdbfea background
background-color: #cdbfea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbfea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 191, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 191, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbfea; background: linear-gradient(135deg, #cdbfea, #EABFEA);