#e25dfd
a light, electric violet · warm · closest name: magenta
RGB
226, 93, 253
HSL
290°, 98%, 68%
CMYK
11, 63, 0, 1
Luminance
0.3109
Every format
| HEX | #e25dfd |
| RGB | rgb(226, 93, 253) |
| HSL | hsl(290, 98%, 68%) |
| CMYK | cmyk(11%, 63%, 0%, 1%) |
| LAB | lab(62.6 72.8 -56.4) |
| LCH | lch(62.6 92.1 322.3) |
| OKLCH | oklch(0.709 0.247 320.5) |
Copy-ready code
/* CSS */
color: #e25dfd;
background-color: #e25dfd;
/* Tailwind (arbitrary) */
class="text-[#e25dfd] bg-[#e25dfd]"
/* SCSS */
$brand: #e25dfd;
/* SwiftUI */
Color(red: 0.886, green: 0.365, blue: 0.992)
/* Android */
Color.parseColor("#e25dfd")Accessibility — WCAG contrast
Aa
#e25dfd on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e25dfd on black: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green36.5%
Blue99.2%
CMYK percentages
Cyan10.7%
Magenta63.2%
Yellow0.0%
Key (black)0.8%
Color previews
#e25dfd text on a black background
contrast 7.22:1
Card sample
#e25dfd text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e25dfd;
Background color
Panel with #e25dfd background
background-color: #e25dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e25dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 93, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 93, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e25dfd; background: linear-gradient(135deg, #e25dfd, #FD5DAD);