#cdbfe8
a light, vivid violet · warm · closest name: lavender
RGB
205, 191, 232
HSL
261°, 47%, 83%
CMYK
12, 18, 0, 9
Luminance
0.5607
Every format
| HEX | #cdbfe8 |
| RGB | rgb(205, 191, 232) |
| HSL | hsl(261, 47%, 83%) |
| CMYK | cmyk(12%, 18%, 0%, 9%) |
| LAB | lab(79.7 12.7 -18.6) |
| LCH | lch(79.7 22.5 304.4) |
| OKLCH | oklch(0.829 0.059 300.7) |
Copy-ready code
/* CSS */
color: #cdbfe8;
background-color: #cdbfe8;
/* Tailwind (arbitrary) */
class="text-[#cdbfe8] bg-[#cdbfe8]"
/* SCSS */
$brand: #cdbfe8;
/* SwiftUI */
Color(red: 0.804, green: 0.749, blue: 0.910)
/* Android */
Color.parseColor("#cdbfe8")Accessibility — WCAG contrast
Aa
#cdbfe8 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbfe8 on black: 12.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green74.9%
Blue91.0%
CMYK percentages
Cyan11.6%
Magenta17.7%
Yellow0.0%
Key (black)9.0%
Color previews
#cdbfe8 text on a black background
contrast 12.21:1
Card sample
#cdbfe8 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbfe8;
Background color
Panel with #cdbfe8 background
background-color: #cdbfe8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbfe8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 191, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 191, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbfe8; background: linear-gradient(135deg, #cdbfe8, #E8BFE8);