#e25dfb
a light, electric magenta / pink · warm · closest name: violet
RGB
226, 93, 251
HSL
291°, 95%, 68%
CMYK
10, 63, 0, 2
Luminance
0.3096
Every format
| HEX | #e25dfb |
| RGB | rgb(226, 93, 251) |
| HSL | hsl(291, 95%, 68%) |
| CMYK | cmyk(10%, 63%, 0%, 2%) |
| LAB | lab(62.5 72.5 -55.4) |
| LCH | lch(62.5 91.2 322.6) |
| OKLCH | oklch(0.708 0.246 321.0) |
Copy-ready code
/* CSS */
color: #e25dfb;
background-color: #e25dfb;
/* Tailwind (arbitrary) */
class="text-[#e25dfb] bg-[#e25dfb]"
/* SCSS */
$brand: #e25dfb;
/* SwiftUI */
Color(red: 0.886, green: 0.365, blue: 0.984)
/* Android */
Color.parseColor("#e25dfb")Accessibility — WCAG contrast
Aa
#e25dfb on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e25dfb on black: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green36.5%
Blue98.4%
CMYK percentages
Cyan10.0%
Magenta62.9%
Yellow0.0%
Key (black)1.6%
Color previews
#e25dfb text on a black background
contrast 7.19:1
Card sample
#e25dfb text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e25dfb;
Background color
Panel with #e25dfb background
background-color: #e25dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e25dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 93, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 93, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e25dfb; background: linear-gradient(135deg, #e25dfb, #FB5DAB);