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