#f570b1
a light, electric magenta / pink · warm · closest name: orchid
RGB
245, 112, 177
HSL
331°, 87%, 70%
CMYK
0, 54, 28, 4
Luminance
0.3418
Every format
| HEX | #f570b1 |
| RGB | rgb(245, 112, 177) |
| HSL | hsl(331, 87%, 70%) |
| CMYK | cmyk(0%, 54%, 28%, 4%) |
| LAB | lab(65.1 57.7 -9.7) |
| LCH | lch(65.1 58.5 350.5) |
| OKLCH | oklch(0.722 0.177 351.9) |
Copy-ready code
/* CSS */
color: #f570b1;
background-color: #f570b1;
/* Tailwind (arbitrary) */
class="text-[#f570b1] bg-[#f570b1]"
/* SCSS */
$brand: #f570b1;
/* SwiftUI */
Color(red: 0.961, green: 0.439, blue: 0.694)
/* Android */
Color.parseColor("#f570b1")Accessibility — WCAG contrast
Aa
#f570b1 on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f570b1 on black: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green43.9%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta54.3%
Yellow27.8%
Key (black)3.9%
Color previews
#f570b1 text on a black background
contrast 7.84:1
Card sample
#f570b1 text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f570b1;
Background color
Panel with #f570b1 background
background-color: #f570b1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f570b1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 112, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 112, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f570b1; background: linear-gradient(135deg, #f570b1, #F58870);