#e552ae
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
229, 82, 174
HSL
322°, 74%, 61%
CMYK
0, 64, 24, 10
Luminance
0.2575
Every format
| HEX | #e552ae |
| RGB | rgb(229, 82, 174) |
| HSL | hsl(322, 74%, 61%) |
| CMYK | cmyk(0%, 64%, 24%, 10%) |
| LAB | lab(57.8 65.6 -19.2) |
| LCH | lch(57.8 68.4 343.7) |
| OKLCH | oklch(0.663 0.204 345.6) |
Copy-ready code
/* CSS */
color: #e552ae;
background-color: #e552ae;
/* Tailwind (arbitrary) */
class="text-[#e552ae] bg-[#e552ae]"
/* SCSS */
$brand: #e552ae;
/* SwiftUI */
Color(red: 0.898, green: 0.322, blue: 0.682)
/* Android */
Color.parseColor("#e552ae")Accessibility — WCAG contrast
Aa
#e552ae on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e552ae on black: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green32.2%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta64.2%
Yellow24.0%
Key (black)10.2%
Color previews
#e552ae text on a black background
contrast 6.15:1
Card sample
#e552ae text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e552ae;
Background color
Panel with #e552ae background
background-color: #e552ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e552ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 82, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 82, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e552ae; background: linear-gradient(135deg, #e552ae, #E55852);