#e23ef1
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
226, 62, 241
HSL
295°, 87%, 59%
CMYK
6, 74, 0, 6
Luminance
0.2596
Every format
| HEX | #e23ef1 |
| RGB | rgb(226, 62, 241) |
| HSL | hsl(295, 87%, 59%) |
| CMYK | cmyk(6%, 74%, 0%, 6%) |
| LAB | lab(58.0 81.8 -57.0) |
| LCH | lch(58.0 99.7 325.1) |
| OKLCH | oklch(0.674 0.272 324.3) |
Copy-ready code
/* CSS */
color: #e23ef1;
background-color: #e23ef1;
/* Tailwind (arbitrary) */
class="text-[#e23ef1] bg-[#e23ef1]"
/* SCSS */
$brand: #e23ef1;
/* SwiftUI */
Color(red: 0.886, green: 0.243, blue: 0.945)
/* Android */
Color.parseColor("#e23ef1")Accessibility — WCAG contrast
Aa
#e23ef1 on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e23ef1 on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green24.3%
Blue94.5%
CMYK percentages
Cyan6.2%
Magenta74.3%
Yellow0.0%
Key (black)5.5%
Color previews
#e23ef1 text on a black background
contrast 6.19:1
Card sample
#e23ef1 text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e23ef1;
Background color
Panel with #e23ef1 background
background-color: #e23ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e23ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 62, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 62, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e23ef1; background: linear-gradient(135deg, #e23ef1, #F13E89);