#dbafe4
a light, vivid violet · warm · closest name: plum
RGB
219, 175, 228
HSL
290°, 50%, 79%
CMYK
4, 23, 0, 11
Luminance
0.5132
Every format
| HEX | #dbafe4 |
| RGB | rgb(219, 175, 228) |
| HSL | hsl(290, 50%, 79%) |
| CMYK | cmyk(4%, 23%, 0%, 11%) |
| LAB | lab(76.9 25.1 -20.5) |
| LCH | lch(76.9 32.4 320.8) |
| OKLCH | oklch(0.810 0.087 320.6) |
Copy-ready code
/* CSS */
color: #dbafe4;
background-color: #dbafe4;
/* Tailwind (arbitrary) */
class="text-[#dbafe4] bg-[#dbafe4]"
/* SCSS */
$brand: #dbafe4;
/* SwiftUI */
Color(red: 0.859, green: 0.686, blue: 0.894)
/* Android */
Color.parseColor("#dbafe4")Accessibility — WCAG contrast
Aa
#dbafe4 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbafe4 on black: 11.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green68.6%
Blue89.4%
CMYK percentages
Cyan3.9%
Magenta23.2%
Yellow0.0%
Key (black)10.6%
Color previews
#dbafe4 text on a black background
contrast 11.26:1
Card sample
#dbafe4 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbafe4;
Background color
Panel with #dbafe4 background
background-color: #dbafe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbafe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 175, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 175, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbafe4; background: linear-gradient(135deg, #dbafe4, #E4AFCA);