#e596f2
a light, electric magenta / pink · warm · closest name: violet
RGB
229, 150, 242
HSL
292°, 78%, 77%
CMYK
5, 38, 0, 5
Luminance
0.4488
Every format
| HEX | #e596f2 |
| RGB | rgb(229, 150, 242) |
| HSL | hsl(292, 78%, 77%) |
| CMYK | cmyk(5%, 38%, 0%, 5%) |
| LAB | lab(72.8 44.3 -34.2) |
| LCH | lch(72.8 56.0 322.3) |
| OKLCH | oklch(0.783 0.151 321.7) |
Copy-ready code
/* CSS */
color: #e596f2;
background-color: #e596f2;
/* Tailwind (arbitrary) */
class="text-[#e596f2] bg-[#e596f2]"
/* SCSS */
$brand: #e596f2;
/* SwiftUI */
Color(red: 0.898, green: 0.588, blue: 0.949)
/* Android */
Color.parseColor("#e596f2")Accessibility — WCAG contrast
Aa
#e596f2 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e596f2 on black: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green58.8%
Blue94.9%
CMYK percentages
Cyan5.4%
Magenta38.0%
Yellow0.0%
Key (black)5.1%
Color previews
#e596f2 text on a black background
contrast 9.98:1
Card sample
#e596f2 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e596f2;
Background color
Panel with #e596f2 background
background-color: #e596f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e596f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 150, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 150, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e596f2; background: linear-gradient(135deg, #e596f2, #F296C2);