#dbafea
a light, vivid violet · warm · closest name: plum
RGB
219, 175, 234
HSL
285°, 58%, 80%
CMYK
6, 25, 0, 8
Luminance
0.5166
Every format
| HEX | #dbafea |
| RGB | rgb(219, 175, 234) |
| HSL | hsl(285, 58%, 80%) |
| CMYK | cmyk(6%, 25%, 0%, 8%) |
| LAB | lab(77.1 26.3 -23.4) |
| LCH | lch(77.1 35.2 318.3) |
| OKLCH | oklch(0.813 0.094 317.4) |
Copy-ready code
/* CSS */
color: #dbafea;
background-color: #dbafea;
/* Tailwind (arbitrary) */
class="text-[#dbafea] bg-[#dbafea]"
/* SCSS */
$brand: #dbafea;
/* SwiftUI */
Color(red: 0.859, green: 0.686, blue: 0.918)
/* Android */
Color.parseColor("#dbafea")Accessibility — WCAG contrast
Aa
#dbafea on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbafea on black: 11.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green68.6%
Blue91.8%
CMYK percentages
Cyan6.4%
Magenta25.2%
Yellow0.0%
Key (black)8.2%
Color previews
#dbafea text on a black background
contrast 11.33:1
Card sample
#dbafea text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbafea;
Background color
Panel with #dbafea background
background-color: #dbafea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbafea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 175, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 175, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbafea; background: linear-gradient(135deg, #dbafea, #EAAFD2);