#db90fe
a light, electric violet · warm · closest name: violet
RGB
219, 144, 254
HSL
281°, 98%, 78%
CMYK
14, 43, 0, 0
Luminance
0.4216
Every format
| HEX | #db90fe |
| RGB | rgb(219, 144, 254) |
| HSL | hsl(281, 98%, 78%) |
| CMYK | cmyk(14%, 43%, 0%, 0%) |
| LAB | lab(71.0 46.9 -43.7) |
| LCH | lch(71.0 64.1 317.0) |
| OKLCH | oklch(0.769 0.169 314.3) |
Copy-ready code
/* CSS */
color: #db90fe;
background-color: #db90fe;
/* Tailwind (arbitrary) */
class="text-[#db90fe] bg-[#db90fe]"
/* SCSS */
$brand: #db90fe;
/* SwiftUI */
Color(red: 0.859, green: 0.565, blue: 0.996)
/* Android */
Color.parseColor("#db90fe")Accessibility — WCAG contrast
Aa
#db90fe on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db90fe on black: 9.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green56.5%
Blue99.6%
CMYK percentages
Cyan13.8%
Magenta43.3%
Yellow0.0%
Key (black)0.4%
Color previews
#db90fe text on a black background
contrast 9.43:1
Card sample
#db90fe text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db90fe;
Background color
Panel with #db90fe background
background-color: #db90fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db90fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 144, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 144, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db90fe; background: linear-gradient(135deg, #db90fe, #FE90D8);