#ea53af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
234, 83, 175
HSL
323°, 78%, 62%
CMYK
0, 65, 25, 8
Luminance
0.2677
Every format
| HEX | #ea53af |
| RGB | rgb(234, 83, 175) |
| HSL | hsl(323, 78%, 62%) |
| CMYK | cmyk(0%, 65%, 25%, 8%) |
| LAB | lab(58.8 66.7 -18.2) |
| LCH | lch(58.8 69.2 344.7) |
| OKLCH | oklch(0.672 0.207 346.6) |
Copy-ready code
/* CSS */
color: #ea53af;
background-color: #ea53af;
/* Tailwind (arbitrary) */
class="text-[#ea53af] bg-[#ea53af]"
/* SCSS */
$brand: #ea53af;
/* SwiftUI */
Color(red: 0.918, green: 0.325, blue: 0.686)
/* Android */
Color.parseColor("#ea53af")Accessibility — WCAG contrast
Aa
#ea53af on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ea53af on black: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green32.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta64.5%
Yellow25.2%
Key (black)8.2%
Color previews
#ea53af text on a black background
contrast 6.35:1
Card sample
#ea53af text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea53af;
Background color
Panel with #ea53af background
background-color: #ea53af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea53af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 83, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 83, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea53af; background: linear-gradient(135deg, #ea53af, #EA5C53);