#dba0f3
a light, electric violet · warm · closest name: plum
RGB
219, 160, 243
HSL
283°, 78%, 79%
CMYK
10, 34, 0, 5
Luminance
0.4667
Every format
| HEX | #dba0f3 |
| RGB | rgb(219, 160, 243) |
| HSL | hsl(283, 78%, 79%) |
| CMYK | cmyk(10%, 34%, 0%, 5%) |
| LAB | lab(74.0 36.1 -33.1) |
| LCH | lch(74.0 49.0 317.5) |
| OKLCH | oklch(0.790 0.130 315.9) |
Copy-ready code
/* CSS */
color: #dba0f3;
background-color: #dba0f3;
/* Tailwind (arbitrary) */
class="text-[#dba0f3] bg-[#dba0f3]"
/* SCSS */
$brand: #dba0f3;
/* SwiftUI */
Color(red: 0.859, green: 0.627, blue: 0.953)
/* Android */
Color.parseColor("#dba0f3")Accessibility — WCAG contrast
Aa
#dba0f3 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dba0f3 on black: 10.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green62.7%
Blue95.3%
CMYK percentages
Cyan9.9%
Magenta34.2%
Yellow0.0%
Key (black)4.7%
Color previews
#dba0f3 text on a black background
contrast 10.33:1
Card sample
#dba0f3 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dba0f3;
Background color
Panel with #dba0f3 background
background-color: #dba0f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dba0f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 160, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 160, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dba0f3; background: linear-gradient(135deg, #dba0f3, #F3A0D4);