#e552b1
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
229, 82, 177
HSL
321°, 74%, 61%
CMYK
0, 64, 23, 10
Luminance
0.2587
Every format
| HEX | #e552b1 |
| RGB | rgb(229, 82, 177) |
| HSL | hsl(321, 74%, 61%) |
| CMYK | cmyk(0%, 64%, 23%, 10%) |
| LAB | lab(57.9 66.0 -20.8) |
| LCH | lch(57.9 69.2 342.5) |
| OKLCH | oklch(0.664 0.206 344.5) |
Copy-ready code
/* CSS */
color: #e552b1;
background-color: #e552b1;
/* Tailwind (arbitrary) */
class="text-[#e552b1] bg-[#e552b1]"
/* SCSS */
$brand: #e552b1;
/* SwiftUI */
Color(red: 0.898, green: 0.322, blue: 0.694)
/* Android */
Color.parseColor("#e552b1")Accessibility — WCAG contrast
Aa
#e552b1 on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e552b1 on black: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green32.2%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta64.2%
Yellow22.7%
Key (black)10.2%
Color previews
#e552b1 text on a black background
contrast 6.17:1
Card sample
#e552b1 text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e552b1;
Background color
Panel with #e552b1 background
background-color: #e552b1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e552b1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 82, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 82, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e552b1; background: linear-gradient(135deg, #e552b1, #E55552);