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