#da5dfe
a light, electric violet · warm · closest name: magenta
RGB
218, 93, 254
HSL
287°, 99%, 68%
CMYK
14, 63, 0, 0
Luminance
0.2989
Every format
| HEX | #da5dfe |
| RGB | rgb(218, 93, 254) |
| HSL | hsl(287, 99%, 68%) |
| CMYK | cmyk(14%, 63%, 0%, 0%) |
| LAB | lab(61.6 71.2 -58.6) |
| LCH | lch(61.6 92.2 320.6) |
| OKLCH | oklch(0.699 0.245 317.9) |
Copy-ready code
/* CSS */
color: #da5dfe;
background-color: #da5dfe;
/* Tailwind (arbitrary) */
class="text-[#da5dfe] bg-[#da5dfe]"
/* SCSS */
$brand: #da5dfe;
/* SwiftUI */
Color(red: 0.855, green: 0.365, blue: 0.996)
/* Android */
Color.parseColor("#da5dfe")Accessibility — WCAG contrast
Aa
#da5dfe on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#da5dfe on black: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green36.5%
Blue99.6%
CMYK percentages
Cyan14.2%
Magenta63.4%
Yellow0.0%
Key (black)0.4%
Color previews
#da5dfe text on a black background
contrast 6.98:1
Card sample
#da5dfe text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #da5dfe;
Background color
Panel with #da5dfe background
background-color: #da5dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #da5dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 93, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 93, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #da5dfe; background: linear-gradient(135deg, #da5dfe, #FE5DB7);