#e23df2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
226, 61, 242
HSL
295°, 87%, 59%
CMYK
7, 75, 0, 5
Luminance
0.2592
Every format
| HEX | #e23df2 |
| RGB | rgb(226, 61, 242) |
| HSL | hsl(295, 87%, 59%) |
| CMYK | cmyk(7%, 75%, 0%, 5%) |
| LAB | lab(58.0 82.3 -57.6) |
| LCH | lch(58.0 100.5 325.0) |
| OKLCH | oklch(0.674 0.274 324.1) |
Copy-ready code
/* CSS */
color: #e23df2;
background-color: #e23df2;
/* Tailwind (arbitrary) */
class="text-[#e23df2] bg-[#e23df2]"
/* SCSS */
$brand: #e23df2;
/* SwiftUI */
Color(red: 0.886, green: 0.239, blue: 0.949)
/* Android */
Color.parseColor("#e23df2")Accessibility — WCAG contrast
Aa
#e23df2 on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e23df2 on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green23.9%
Blue94.9%
CMYK percentages
Cyan6.6%
Magenta74.8%
Yellow0.0%
Key (black)5.1%
Color previews
#e23df2 text on a black background
contrast 6.18:1
Card sample
#e23df2 text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e23df2;
Background color
Panel with #e23df2 background
background-color: #e23df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e23df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 61, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 61, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e23df2; background: linear-gradient(135deg, #e23df2, #F23D89);