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