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