#e052b1
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
224, 82, 177
HSL
320°, 70%, 60%
CMYK
0, 63, 21, 12
Luminance
0.2506
Every format
| HEX | #e052b1 |
| RGB | rgb(224, 82, 177) |
| HSL | hsl(320, 70%, 60%) |
| CMYK | cmyk(0%, 63%, 21%, 12%) |
| LAB | lab(57.1 64.7 -22.0) |
| LCH | lch(57.1 68.3 341.2) |
| OKLCH | oklch(0.657 0.203 343.1) |
Copy-ready code
/* CSS */
color: #e052b1;
background-color: #e052b1;
/* Tailwind (arbitrary) */
class="text-[#e052b1] bg-[#e052b1]"
/* SCSS */
$brand: #e052b1;
/* SwiftUI */
Color(red: 0.878, green: 0.322, blue: 0.694)
/* Android */
Color.parseColor("#e052b1")Accessibility — WCAG contrast
Aa
#e052b1 on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e052b1 on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green32.2%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta63.4%
Yellow21.0%
Key (black)12.2%
Color previews
#e052b1 text on a black background
contrast 6.01:1
Card sample
#e052b1 text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e052b1;
Background color
Panel with #e052b1 background
background-color: #e052b1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e052b1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 82, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 82, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e052b1; background: linear-gradient(135deg, #e052b1, #E05252);