#e55ace
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
229, 90, 206
HSL
310°, 73%, 63%
CMYK
0, 61, 10, 10
Luminance
0.2843
Every format
| HEX | #e55ace |
| RGB | rgb(229, 90, 206) |
| HSL | hsl(310, 73%, 63%) |
| CMYK | cmyk(0%, 61%, 10%, 10%) |
| LAB | lab(60.3 66.9 -33.7) |
| LCH | lch(60.3 74.9 333.3) |
| OKLCH | oklch(0.685 0.215 334.7) |
Copy-ready code
/* CSS */
color: #e55ace;
background-color: #e55ace;
/* Tailwind (arbitrary) */
class="text-[#e55ace] bg-[#e55ace]"
/* SCSS */
$brand: #e55ace;
/* SwiftUI */
Color(red: 0.898, green: 0.353, blue: 0.808)
/* Android */
Color.parseColor("#e55ace")Accessibility — WCAG contrast
Aa
#e55ace on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e55ace on black: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green35.3%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta60.7%
Yellow10.0%
Key (black)10.2%
Color previews
#e55ace text on a black background
contrast 6.69:1
Card sample
#e55ace text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e55ace;
Background color
Panel with #e55ace background
background-color: #e55ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e55ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 90, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 90, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e55ace; background: linear-gradient(135deg, #e55ace, #E55A71);