#ea2ac6
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
234, 42, 198
HSL
311°, 82%, 54%
CMYK
0, 82, 15, 8
Luminance
0.2323
Every format
| HEX | #ea2ac6 |
| RGB | rgb(234, 42, 198) |
| HSL | hsl(311, 82%, 54%) |
| CMYK | cmyk(0%, 82%, 15%, 8%) |
| LAB | lab(55.3 82.2 -36.9) |
| LCH | lch(55.3 90.1 335.9) |
| OKLCH | oklch(0.650 0.263 337.6) |
Copy-ready code
/* CSS */
color: #ea2ac6;
background-color: #ea2ac6;
/* Tailwind (arbitrary) */
class="text-[#ea2ac6] bg-[#ea2ac6]"
/* SCSS */
$brand: #ea2ac6;
/* SwiftUI */
Color(red: 0.918, green: 0.165, blue: 0.776)
/* Android */
Color.parseColor("#ea2ac6")Accessibility — WCAG contrast
Aa
#ea2ac6 on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ea2ac6 on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green16.5%
Blue77.6%
CMYK percentages
Cyan0.0%
Magenta82.1%
Yellow15.4%
Key (black)8.2%
Color previews
#ea2ac6 text on a black background
contrast 5.65:1
Card sample
#ea2ac6 text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea2ac6;
Background color
Panel with #ea2ac6 background
background-color: #ea2ac6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea2ac6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 42, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 42, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea2ac6; background: linear-gradient(135deg, #ea2ac6, #EA2A46);