#e570b8
a light, vivid magenta / pink · warm · closest name: orchid
RGB
229, 112, 184
HSL
323°, 69%, 67%
CMYK
0, 51, 20, 10
Luminance
0.3171
Every format
| HEX | #e570b8 |
| RGB | rgb(229, 112, 184) |
| HSL | hsl(323, 69%, 67%) |
| CMYK | cmyk(0%, 51%, 20%, 10%) |
| LAB | lab(63.1 53.8 -16.9) |
| LCH | lch(63.1 56.3 342.6) |
| OKLCH | oklch(0.704 0.166 344.4) |
Copy-ready code
/* CSS */
color: #e570b8;
background-color: #e570b8;
/* Tailwind (arbitrary) */
class="text-[#e570b8] bg-[#e570b8]"
/* SCSS */
$brand: #e570b8;
/* SwiftUI */
Color(red: 0.898, green: 0.439, blue: 0.722)
/* Android */
Color.parseColor("#e570b8")Accessibility — WCAG contrast
Aa
#e570b8 on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e570b8 on black: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green43.9%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta51.1%
Yellow19.7%
Key (black)10.2%
Color previews
#e570b8 text on a black background
contrast 7.34:1
Card sample
#e570b8 text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e570b8;
Background color
Panel with #e570b8 background
background-color: #e570b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e570b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 112, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 112, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e570b8; background: linear-gradient(135deg, #e570b8, #E57670);