#dba9f4
a light, electric violet · warm · closest name: plum
RGB
219, 169, 244
HSL
280°, 77%, 81%
CMYK
10, 31, 0, 4
Luminance
0.4997
Every format
| HEX | #dba9f4 |
| RGB | rgb(219, 169, 244) |
| HSL | hsl(280, 77%, 81%) |
| CMYK | cmyk(10%, 31%, 0%, 4%) |
| LAB | lab(76.0 31.5 -30.4) |
| LCH | lch(76.0 43.8 316.0) |
| OKLCH | oklch(0.806 0.116 314.1) |
Copy-ready code
/* CSS */
color: #dba9f4;
background-color: #dba9f4;
/* Tailwind (arbitrary) */
class="text-[#dba9f4] bg-[#dba9f4]"
/* SCSS */
$brand: #dba9f4;
/* SwiftUI */
Color(red: 0.859, green: 0.663, blue: 0.957)
/* Android */
Color.parseColor("#dba9f4")Accessibility — WCAG contrast
Aa
#dba9f4 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dba9f4 on black: 10.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green66.3%
Blue95.7%
CMYK percentages
Cyan10.2%
Magenta30.7%
Yellow0.0%
Key (black)4.3%
Color previews
#dba9f4 text on a black background
contrast 10.99:1
Card sample
#dba9f4 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dba9f4;
Background color
Panel with #dba9f4 background
background-color: #dba9f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dba9f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 169, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 169, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dba9f4; background: linear-gradient(135deg, #dba9f4, #F4A9DB);