#f570b6
a light, electric magenta / pink · warm · closest name: orchid
RGB
245, 112, 182
HSL
328°, 87%, 70%
CMYK
0, 54, 26, 4
Luminance
0.3438
Every format
| HEX | #f570b6 |
| RGB | rgb(245, 112, 182) |
| HSL | hsl(328, 87%, 70%) |
| CMYK | cmyk(0%, 54%, 26%, 4%) |
| LAB | lab(65.3 58.4 -12.3) |
| LCH | lch(65.3 59.6 348.1) |
| OKLCH | oklch(0.724 0.179 349.7) |
Copy-ready code
/* CSS */
color: #f570b6;
background-color: #f570b6;
/* Tailwind (arbitrary) */
class="text-[#f570b6] bg-[#f570b6]"
/* SCSS */
$brand: #f570b6;
/* SwiftUI */
Color(red: 0.961, green: 0.439, blue: 0.714)
/* Android */
Color.parseColor("#f570b6")Accessibility — WCAG contrast
Aa
#f570b6 on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f570b6 on black: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green43.9%
Blue71.4%
CMYK percentages
Cyan0.0%
Magenta54.3%
Yellow25.7%
Key (black)3.9%
Color previews
#f570b6 text on a black background
contrast 7.88:1
Card sample
#f570b6 text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f570b6;
Background color
Panel with #f570b6 background
background-color: #f570b6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f570b6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 112, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 112, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f570b6; background: linear-gradient(135deg, #f570b6, #F58370);