#e570b4
a light, vivid magenta / pink · warm · closest name: orchid
RGB
229, 112, 180
HSL
325°, 69%, 67%
CMYK
0, 51, 21, 10
Luminance
0.3154
Every format
| HEX | #e570b4 |
| RGB | rgb(229, 112, 180) |
| HSL | hsl(325, 69%, 67%) |
| CMYK | cmyk(0%, 51%, 21%, 10%) |
| LAB | lab(63.0 53.2 -14.8) |
| LCH | lch(63.0 55.2 344.4) |
| OKLCH | oklch(0.702 0.164 346.2) |
Copy-ready code
/* CSS */
color: #e570b4;
background-color: #e570b4;
/* Tailwind (arbitrary) */
class="text-[#e570b4] bg-[#e570b4]"
/* SCSS */
$brand: #e570b4;
/* SwiftUI */
Color(red: 0.898, green: 0.439, blue: 0.706)
/* Android */
Color.parseColor("#e570b4")Accessibility — WCAG contrast
Aa
#e570b4 on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e570b4 on black: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green43.9%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta51.1%
Yellow21.4%
Key (black)10.2%
Color previews
#e570b4 text on a black background
contrast 7.31:1
Card sample
#e570b4 text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e570b4;
Background color
Panel with #e570b4 background
background-color: #e570b4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e570b4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 112, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 112, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e570b4; background: linear-gradient(135deg, #e570b4, #E57A70);