#cdbfeb
a light, vivid violet · warm · closest name: lavender
RGB
205, 191, 235
HSL
259°, 52%, 84%
CMYK
13, 19, 0, 8
Luminance
0.5624
Every format
| HEX | #cdbfeb |
| RGB | rgb(205, 191, 235) |
| HSL | hsl(259, 52%, 84%) |
| CMYK | cmyk(13%, 19%, 0%, 8%) |
| LAB | lab(79.8 13.3 -20.0) |
| LCH | lch(79.8 24.1 303.6) |
| OKLCH | oklch(0.831 0.063 299.6) |
Copy-ready code
/* CSS */
color: #cdbfeb;
background-color: #cdbfeb;
/* Tailwind (arbitrary) */
class="text-[#cdbfeb] bg-[#cdbfeb]"
/* SCSS */
$brand: #cdbfeb;
/* SwiftUI */
Color(red: 0.804, green: 0.749, blue: 0.922)
/* Android */
Color.parseColor("#cdbfeb")Accessibility — WCAG contrast
Aa
#cdbfeb on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbfeb on black: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green74.9%
Blue92.2%
CMYK percentages
Cyan12.8%
Magenta18.7%
Yellow0.0%
Key (black)7.8%
Color previews
#cdbfeb text on a black background
contrast 12.25:1
Card sample
#cdbfeb text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbfeb;
Background color
Panel with #cdbfeb background
background-color: #cdbfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 191, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 191, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbfeb; background: linear-gradient(135deg, #cdbfeb, #EABFEB);