#f572b9
a light, electric magenta / pink · warm · closest name: orchid
RGB
245, 114, 185
HSL
328°, 87%, 70%
CMYK
0, 54, 25, 4
Luminance
0.3495
Every format
| HEX | #f572b9 |
| RGB | rgb(245, 114, 185) |
| HSL | hsl(328, 87%, 70%) |
| CMYK | cmyk(0%, 54%, 25%, 4%) |
| LAB | lab(65.7 57.9 -13.3) |
| LCH | lch(65.7 59.4 347.1) |
| OKLCH | oklch(0.728 0.178 348.7) |
Copy-ready code
/* CSS */
color: #f572b9;
background-color: #f572b9;
/* Tailwind (arbitrary) */
class="text-[#f572b9] bg-[#f572b9]"
/* SCSS */
$brand: #f572b9;
/* SwiftUI */
Color(red: 0.961, green: 0.447, blue: 0.725)
/* Android */
Color.parseColor("#f572b9")Accessibility — WCAG contrast
Aa
#f572b9 on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f572b9 on black: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green44.7%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta53.5%
Yellow24.5%
Key (black)3.9%
Color previews
#f572b9 text on a black background
contrast 7.99:1
Card sample
#f572b9 text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f572b9;
Background color
Panel with #f572b9 background
background-color: #f572b9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f572b9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 114, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 114, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f572b9; background: linear-gradient(135deg, #f572b9, #F58272);