#dba2f7
a light, electric violet · warm · closest name: plum
RGB
219, 162, 247
HSL
280°, 84%, 80%
CMYK
11, 34, 0, 3
Luminance
0.4762
Every format
| HEX | #dba2f7 |
| RGB | rgb(219, 162, 247) |
| HSL | hsl(280, 84%, 80%) |
| CMYK | cmyk(11%, 34%, 0%, 3%) |
| LAB | lab(74.6 35.9 -34.3) |
| LCH | lch(74.6 49.6 316.3) |
| OKLCH | oklch(0.795 0.131 314.2) |
Copy-ready code
/* CSS */
color: #dba2f7;
background-color: #dba2f7;
/* Tailwind (arbitrary) */
class="text-[#dba2f7] bg-[#dba2f7]"
/* SCSS */
$brand: #dba2f7;
/* SwiftUI */
Color(red: 0.859, green: 0.635, blue: 0.969)
/* Android */
Color.parseColor("#dba2f7")Accessibility — WCAG contrast
Aa
#dba2f7 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dba2f7 on black: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green63.5%
Blue96.9%
CMYK percentages
Cyan11.3%
Magenta34.4%
Yellow0.0%
Key (black)3.1%
Color previews
#dba2f7 text on a black background
contrast 10.52:1
Card sample
#dba2f7 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dba2f7;
Background color
Panel with #dba2f7 background
background-color: #dba2f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dba2f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 162, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 162, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dba2f7; background: linear-gradient(135deg, #dba2f7, #F7A2DA);