#e570b1
a light, vivid magenta / pink · warm · closest name: orchid
RGB
229, 112, 177
HSL
327°, 69%, 67%
CMYK
0, 51, 23, 10
Luminance
0.3142
Every format
| HEX | #e570b1 |
| RGB | rgb(229, 112, 177) |
| HSL | hsl(327, 69%, 67%) |
| CMYK | cmyk(0%, 51%, 23%, 10%) |
| LAB | lab(62.9 52.8 -13.3) |
| LCH | lch(62.9 54.4 345.9) |
| OKLCH | oklch(0.701 0.162 347.6) |
Copy-ready code
/* CSS */
color: #e570b1;
background-color: #e570b1;
/* Tailwind (arbitrary) */
class="text-[#e570b1] bg-[#e570b1]"
/* SCSS */
$brand: #e570b1;
/* SwiftUI */
Color(red: 0.898, green: 0.439, blue: 0.694)
/* Android */
Color.parseColor("#e570b1")Accessibility — WCAG contrast
Aa
#e570b1 on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e570b1 on black: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green43.9%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta51.1%
Yellow22.7%
Key (black)10.2%
Color previews
#e570b1 text on a black background
contrast 7.28:1
Card sample
#e570b1 text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e570b1;
Background color
Panel with #e570b1 background
background-color: #e570b1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e570b1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 112, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 112, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e570b1; background: linear-gradient(135deg, #e570b1, #E57D70);