#db9af4
a light, electric violet · warm · closest name: plum
RGB
219, 154, 244
HSL
283°, 80%, 78%
CMYK
10, 37, 0, 4
Luminance
0.4470
Every format
| HEX | #db9af4 |
| RGB | rgb(219, 154, 244) |
| HSL | hsl(283, 80%, 78%) |
| CMYK | cmyk(10%, 37%, 0%, 4%) |
| LAB | lab(72.7 39.6 -35.6) |
| LCH | lch(72.7 53.2 318.0) |
| OKLCH | oklch(0.780 0.141 316.3) |
Copy-ready code
/* CSS */
color: #db9af4;
background-color: #db9af4;
/* Tailwind (arbitrary) */
class="text-[#db9af4] bg-[#db9af4]"
/* SCSS */
$brand: #db9af4;
/* SwiftUI */
Color(red: 0.859, green: 0.604, blue: 0.957)
/* Android */
Color.parseColor("#db9af4")Accessibility — WCAG contrast
Aa
#db9af4 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db9af4 on black: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green60.4%
Blue95.7%
CMYK percentages
Cyan10.2%
Magenta36.9%
Yellow0.0%
Key (black)4.3%
Color previews
#db9af4 text on a black background
contrast 9.94:1
Card sample
#db9af4 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db9af4;
Background color
Panel with #db9af4 background
background-color: #db9af4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db9af4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 154, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 154, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db9af4; background: linear-gradient(135deg, #db9af4, #F49AD1);