#ea2db9
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
234, 45, 185
HSL
316°, 82%, 55%
CMYK
0, 81, 21, 8
Luminance
0.2287
Every format
| HEX | #ea2db9 |
| RGB | rgb(234, 45, 185) |
| HSL | hsl(316, 82%, 55%) |
| CMYK | cmyk(0%, 81%, 21%, 8%) |
| LAB | lab(55.0 79.9 -29.9) |
| LCH | lch(55.0 85.3 339.5) |
| OKLCH | oklch(0.645 0.253 341.5) |
Copy-ready code
/* CSS */
color: #ea2db9;
background-color: #ea2db9;
/* Tailwind (arbitrary) */
class="text-[#ea2db9] bg-[#ea2db9]"
/* SCSS */
$brand: #ea2db9;
/* SwiftUI */
Color(red: 0.918, green: 0.176, blue: 0.725)
/* Android */
Color.parseColor("#ea2db9")Accessibility — WCAG contrast
Aa
#ea2db9 on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ea2db9 on black: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green17.6%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta80.8%
Yellow20.9%
Key (black)8.2%
Color previews
#ea2db9 text on a black background
contrast 5.57:1
Card sample
#ea2db9 text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea2db9;
Background color
Panel with #ea2db9 background
background-color: #ea2db9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea2db9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 45, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 45, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea2db9; background: linear-gradient(135deg, #ea2db9, #EA2D3B);