#dba5f5
a light, electric violet · warm · closest name: plum
RGB
219, 165, 245
HSL
281°, 80%, 80%
CMYK
11, 33, 0, 4
Luminance
0.4856
Every format
| HEX | #dba5f5 |
| RGB | rgb(219, 165, 245) |
| HSL | hsl(281, 80%, 80%) |
| CMYK | cmyk(11%, 33%, 0%, 4%) |
| LAB | lab(75.2 33.9 -32.3) |
| LCH | lch(75.2 46.8 316.4) |
| OKLCH | oklch(0.799 0.124 314.4) |
Copy-ready code
/* CSS */
color: #dba5f5;
background-color: #dba5f5;
/* Tailwind (arbitrary) */
class="text-[#dba5f5] bg-[#dba5f5]"
/* SCSS */
$brand: #dba5f5;
/* SwiftUI */
Color(red: 0.859, green: 0.647, blue: 0.961)
/* Android */
Color.parseColor("#dba5f5")Accessibility — WCAG contrast
Aa
#dba5f5 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dba5f5 on black: 10.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green64.7%
Blue96.1%
CMYK percentages
Cyan10.6%
Magenta32.7%
Yellow0.0%
Key (black)3.9%
Color previews
#dba5f5 text on a black background
contrast 10.71:1
Card sample
#dba5f5 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dba5f5;
Background color
Panel with #dba5f5 background
background-color: #dba5f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dba5f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 165, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 165, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dba5f5; background: linear-gradient(135deg, #dba5f5, #F5A5DA);