#ea7ace
a light, vivid magenta / pink · warm · closest name: orchid
RGB
234, 122, 206
HSL
315°, 73%, 70%
CMYK
0, 48, 12, 8
Luminance
0.3587
Every format
| HEX | #ea7ace |
| RGB | rgb(234, 122, 206) |
| HSL | hsl(315, 73%, 70%) |
| CMYK | cmyk(0%, 48%, 12%, 8%) |
| LAB | lab(66.4 53.8 -24.2) |
| LCH | lch(66.4 58.9 335.8) |
| OKLCH | oklch(0.732 0.170 337.5) |
Copy-ready code
/* CSS */
color: #ea7ace;
background-color: #ea7ace;
/* Tailwind (arbitrary) */
class="text-[#ea7ace] bg-[#ea7ace]"
/* SCSS */
$brand: #ea7ace;
/* SwiftUI */
Color(red: 0.918, green: 0.478, blue: 0.808)
/* Android */
Color.parseColor("#ea7ace")Accessibility — WCAG contrast
Aa
#ea7ace on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ea7ace on black: 8.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green47.8%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta47.9%
Yellow12.0%
Key (black)8.2%
Color previews
#ea7ace text on a black background
contrast 8.17:1
Card sample
#ea7ace text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea7ace;
Background color
Panel with #ea7ace background
background-color: #ea7ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea7ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 122, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 122, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea7ace; background: linear-gradient(135deg, #ea7ace, #EA7A83);