#e37af4
a light, electric magenta / pink · warm · closest name: violet
RGB
227, 122, 244
HSL
292°, 85%, 72%
CMYK
7, 50, 0, 4
Luminance
0.3678
Every format
| HEX | #e37af4 |
| RGB | rgb(227, 122, 244) |
| HSL | hsl(292, 85%, 72%) |
| CMYK | cmyk(7%, 50%, 0%, 4%) |
| LAB | lab(67.1 58.3 -44.2) |
| LCH | lch(67.1 73.2 322.8) |
| OKLCH | oklch(0.741 0.198 321.9) |
Copy-ready code
/* CSS */
color: #e37af4;
background-color: #e37af4;
/* Tailwind (arbitrary) */
class="text-[#e37af4] bg-[#e37af4]"
/* SCSS */
$brand: #e37af4;
/* SwiftUI */
Color(red: 0.890, green: 0.478, blue: 0.957)
/* Android */
Color.parseColor("#e37af4")Accessibility — WCAG contrast
Aa
#e37af4 on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e37af4 on black: 8.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green47.8%
Blue95.7%
CMYK percentages
Cyan7.0%
Magenta50.0%
Yellow0.0%
Key (black)4.3%
Color previews
#e37af4 text on a black background
contrast 8.36:1
Card sample
#e37af4 text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e37af4;
Background color
Panel with #e37af4 background
background-color: #e37af4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e37af4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 122, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 122, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e37af4; background: linear-gradient(135deg, #e37af4, #F47AB4);