#e536f2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
229, 54, 242
HSL
296°, 88%, 58%
CMYK
5, 78, 0, 5
Luminance
0.2571
Every format
| HEX | #e536f2 |
| RGB | rgb(229, 54, 242) |
| HSL | hsl(296, 88%, 58%) |
| CMYK | cmyk(5%, 78%, 0%, 5%) |
| LAB | lab(57.8 84.8 -57.9) |
| LCH | lch(57.8 102.7 325.6) |
| OKLCH | oklch(0.673 0.281 324.9) |
Copy-ready code
/* CSS */
color: #e536f2;
background-color: #e536f2;
/* Tailwind (arbitrary) */
class="text-[#e536f2] bg-[#e536f2]"
/* SCSS */
$brand: #e536f2;
/* SwiftUI */
Color(red: 0.898, green: 0.212, blue: 0.949)
/* Android */
Color.parseColor("#e536f2")Accessibility — WCAG contrast
Aa
#e536f2 on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e536f2 on black: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green21.2%
Blue94.9%
CMYK percentages
Cyan5.4%
Magenta77.7%
Yellow0.0%
Key (black)5.1%
Color previews
#e536f2 text on a black background
contrast 6.14:1
Card sample
#e536f2 text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e536f2;
Background color
Panel with #e536f2 background
background-color: #e536f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e536f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 54, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 54, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e536f2; background: linear-gradient(135deg, #e536f2, #F23681);