#ea2ac0
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
234, 42, 192
HSL
313°, 82%, 54%
CMYK
0, 82, 18, 8
Luminance
0.2295
Every format
| HEX | #ea2ac0 |
| RGB | rgb(234, 42, 192) |
| HSL | hsl(313, 82%, 54%) |
| CMYK | cmyk(0%, 82%, 18%, 8%) |
| LAB | lab(55.0 81.4 -33.8) |
| LCH | lch(55.0 88.2 337.4) |
| OKLCH | oklch(0.647 0.260 339.3) |
Copy-ready code
/* CSS */
color: #ea2ac0;
background-color: #ea2ac0;
/* Tailwind (arbitrary) */
class="text-[#ea2ac0] bg-[#ea2ac0]"
/* SCSS */
$brand: #ea2ac0;
/* SwiftUI */
Color(red: 0.918, green: 0.165, blue: 0.753)
/* Android */
Color.parseColor("#ea2ac0")Accessibility — WCAG contrast
Aa
#ea2ac0 on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ea2ac0 on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green16.5%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta82.1%
Yellow17.9%
Key (black)8.2%
Color previews
#ea2ac0 text on a black background
contrast 5.59:1
Card sample
#ea2ac0 text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea2ac0;
Background color
Panel with #ea2ac0 background
background-color: #ea2ac0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea2ac0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 42, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 42, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea2ac0; background: linear-gradient(135deg, #ea2ac0, #EA2A40);