#e362f2
a light, electric magenta / pink · warm · closest name: violet
RGB
227, 98, 242
HSL
294°, 85%, 67%
CMYK
6, 60, 0, 5
Luminance
0.3148
Every format
| HEX | #e362f2 |
| RGB | rgb(227, 98, 242) |
| HSL | hsl(294, 85%, 67%) |
| CMYK | cmyk(6%, 60%, 0%, 5%) |
| LAB | lab(62.9 69.0 -49.8) |
| LCH | lch(62.9 85.1 324.2) |
| OKLCH | oklch(0.710 0.232 323.4) |
Copy-ready code
/* CSS */
color: #e362f2;
background-color: #e362f2;
/* Tailwind (arbitrary) */
class="text-[#e362f2] bg-[#e362f2]"
/* SCSS */
$brand: #e362f2;
/* SwiftUI */
Color(red: 0.890, green: 0.384, blue: 0.949)
/* Android */
Color.parseColor("#e362f2")Accessibility — WCAG contrast
Aa
#e362f2 on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e362f2 on black: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green38.4%
Blue94.9%
CMYK percentages
Cyan6.2%
Magenta59.5%
Yellow0.0%
Key (black)5.1%
Color previews
#e362f2 text on a black background
contrast 7.30:1
Card sample
#e362f2 text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e362f2;
Background color
Panel with #e362f2 background
background-color: #e362f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e362f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 98, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 98, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e362f2; background: linear-gradient(135deg, #e362f2, #F262A1);