#dba4f4
a light, electric violet · warm · closest name: plum
RGB
219, 164, 244
HSL
281°, 78%, 80%
CMYK
10, 33, 0, 4
Luminance
0.4814
Every format
| HEX | #dba4f4 |
| RGB | rgb(219, 164, 244) |
| HSL | hsl(281, 78%, 80%) |
| CMYK | cmyk(10%, 33%, 0%, 4%) |
| LAB | lab(74.9 34.2 -32.2) |
| LCH | lch(74.9 47.0 316.8) |
| OKLCH | oklch(0.797 0.124 314.9) |
Copy-ready code
/* CSS */
color: #dba4f4;
background-color: #dba4f4;
/* Tailwind (arbitrary) */
class="text-[#dba4f4] bg-[#dba4f4]"
/* SCSS */
$brand: #dba4f4;
/* SwiftUI */
Color(red: 0.859, green: 0.643, blue: 0.957)
/* Android */
Color.parseColor("#dba4f4")Accessibility — WCAG contrast
Aa
#dba4f4 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dba4f4 on black: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green64.3%
Blue95.7%
CMYK percentages
Cyan10.2%
Magenta32.8%
Yellow0.0%
Key (black)4.3%
Color previews
#dba4f4 text on a black background
contrast 10.63:1
Card sample
#dba4f4 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dba4f4;
Background color
Panel with #dba4f4 background
background-color: #dba4f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dba4f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 164, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 164, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dba4f4; background: linear-gradient(135deg, #dba4f4, #F4A4D8);