#e25eff
a light, electric violet · warm · closest name: magenta
RGB
226, 94, 255
HSL
289°, 100%, 68%
CMYK
11, 63, 0, 0
Luminance
0.3139
Every format
| HEX | #e25eff |
| RGB | rgb(226, 94, 255) |
| HSL | hsl(289, 100%, 68%) |
| CMYK | cmyk(11%, 63%, 0%, 0%) |
| LAB | lab(62.8 72.8 -57.1) |
| LCH | lch(62.8 92.5 321.9) |
| OKLCH | oklch(0.711 0.248 320.0) |
Copy-ready code
/* CSS */
color: #e25eff;
background-color: #e25eff;
/* Tailwind (arbitrary) */
class="text-[#e25eff] bg-[#e25eff]"
/* SCSS */
$brand: #e25eff;
/* SwiftUI */
Color(red: 0.886, green: 0.369, blue: 1.000)
/* Android */
Color.parseColor("#e25eff")Accessibility — WCAG contrast
Aa
#e25eff on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e25eff on black: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green36.9%
Blue100.0%
CMYK percentages
Cyan11.4%
Magenta63.1%
Yellow0.0%
Key (black)0.0%
Color previews
#e25eff text on a black background
contrast 7.28:1
Card sample
#e25eff text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e25eff;
Background color
Panel with #e25eff background
background-color: #e25eff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e25eff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 94, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 94, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e25eff; background: linear-gradient(135deg, #e25eff, #FF5EB1);