#db7aef
a light, electric violet · warm · closest name: violet
RGB
219, 122, 239
HSL
290°, 79%, 71%
CMYK
8, 49, 0, 6
Luminance
0.3521
Every format
| HEX | #db7aef |
| RGB | rgb(219, 122, 239) |
| HSL | hsl(290, 79%, 71%) |
| CMYK | cmyk(8%, 49%, 0%, 6%) |
| LAB | lab(65.9 55.2 -43.4) |
| LCH | lch(65.9 70.3 321.8) |
| OKLCH | oklch(0.729 0.189 320.6) |
Copy-ready code
/* CSS */
color: #db7aef;
background-color: #db7aef;
/* Tailwind (arbitrary) */
class="text-[#db7aef] bg-[#db7aef]"
/* SCSS */
$brand: #db7aef;
/* SwiftUI */
Color(red: 0.859, green: 0.478, blue: 0.937)
/* Android */
Color.parseColor("#db7aef")Accessibility — WCAG contrast
Aa
#db7aef on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db7aef on black: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green47.8%
Blue93.7%
CMYK percentages
Cyan8.4%
Magenta49.0%
Yellow0.0%
Key (black)6.3%
Color previews
#db7aef text on a black background
contrast 8.04:1
Card sample
#db7aef text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db7aef;
Background color
Panel with #db7aef background
background-color: #db7aef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db7aef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 122, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 122, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db7aef; background: linear-gradient(135deg, #db7aef, #EF7AB5);