#db90eb
a light, vivid violet · warm · closest name: violet
RGB
219, 144, 235
HSL
290°, 70%, 74%
CMYK
7, 39, 0, 8
Luminance
0.4100
Every format
| HEX | #db90eb |
| RGB | rgb(219, 144, 235) |
| HSL | hsl(290, 70%, 74%) |
| CMYK | cmyk(7%, 39%, 0%, 8%) |
| LAB | lab(70.2 43.1 -34.6) |
| LCH | lch(70.2 55.3 321.3) |
| OKLCH | oklch(0.760 0.149 320.4) |
Copy-ready code
/* CSS */
color: #db90eb;
background-color: #db90eb;
/* Tailwind (arbitrary) */
class="text-[#db90eb] bg-[#db90eb]"
/* SCSS */
$brand: #db90eb;
/* SwiftUI */
Color(red: 0.859, green: 0.565, blue: 0.922)
/* Android */
Color.parseColor("#db90eb")Accessibility — WCAG contrast
Aa
#db90eb on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db90eb on black: 9.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green56.5%
Blue92.2%
CMYK percentages
Cyan6.8%
Magenta38.7%
Yellow0.0%
Key (black)7.8%
Color previews
#db90eb text on a black background
contrast 9.20:1
Card sample
#db90eb text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db90eb;
Background color
Panel with #db90eb background
background-color: #db90eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db90eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 144, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 144, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db90eb; background: linear-gradient(135deg, #db90eb, #EB90BE);