#e05299
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
224, 82, 153
HSL
330°, 70%, 60%
CMYK
0, 63, 32, 12
Luminance
0.2418
Every format
| HEX | #e05299 |
| RGB | rgb(224, 82, 153) |
| HSL | hsl(330, 70%, 60%) |
| CMYK | cmyk(0%, 63%, 32%, 12%) |
| LAB | lab(56.3 61.6 -9.3) |
| LCH | lch(56.3 62.3 351.4) |
| OKLCH | oklch(0.648 0.189 352.7) |
Copy-ready code
/* CSS */
color: #e05299;
background-color: #e05299;
/* Tailwind (arbitrary) */
class="text-[#e05299] bg-[#e05299]"
/* SCSS */
$brand: #e05299;
/* SwiftUI */
Color(red: 0.878, green: 0.322, blue: 0.600)
/* Android */
Color.parseColor("#e05299")Accessibility — WCAG contrast
Aa
#e05299 on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e05299 on black: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green32.2%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta63.4%
Yellow31.7%
Key (black)12.2%
Color previews
#e05299 text on a black background
contrast 5.84:1
Card sample
#e05299 text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e05299;
Background color
Panel with #e05299 background
background-color: #e05299;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e05299;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 82, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 82, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e05299; background: linear-gradient(135deg, #e05299, #E06A52);