#dba4f2
a light, electric violet · warm · closest name: plum
RGB
219, 164, 242
HSL
282°, 75%, 80%
CMYK
10, 32, 0, 5
Luminance
0.4802
Every format
| HEX | #dba4f2 |
| RGB | rgb(219, 164, 242) |
| HSL | hsl(282, 75%, 80%) |
| CMYK | cmyk(10%, 32%, 0%, 5%) |
| LAB | lab(74.8 33.8 -31.2) |
| LCH | lch(74.8 46.0 317.3) |
| OKLCH | oklch(0.796 0.122 315.7) |
Copy-ready code
/* CSS */
color: #dba4f2;
background-color: #dba4f2;
/* Tailwind (arbitrary) */
class="text-[#dba4f2] bg-[#dba4f2]"
/* SCSS */
$brand: #dba4f2;
/* SwiftUI */
Color(red: 0.859, green: 0.643, blue: 0.949)
/* Android */
Color.parseColor("#dba4f2")Accessibility — WCAG contrast
Aa
#dba4f2 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dba4f2 on black: 10.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green64.3%
Blue94.9%
CMYK percentages
Cyan9.5%
Magenta32.2%
Yellow0.0%
Key (black)5.1%
Color previews
#dba4f2 text on a black background
contrast 10.60:1
Card sample
#dba4f2 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dba4f2;
Background color
Panel with #dba4f2 background
background-color: #dba4f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dba4f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 164, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 164, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dba4f2; background: linear-gradient(135deg, #dba4f2, #F2A4D5);