#f572df
a light, electric magenta / pink · warm · closest name: violet
RGB
245, 114, 223
HSL
310°, 87%, 70%
CMYK
0, 54, 9, 4
Luminance
0.3677
Every format
| HEX | #f572df |
| RGB | rgb(245, 114, 223) |
| HSL | hsl(310, 87%, 70%) |
| CMYK | cmyk(0%, 54%, 9%, 4%) |
| LAB | lab(67.1 63.4 -32.5) |
| LCH | lch(67.1 71.2 332.9) |
| OKLCH | oklch(0.743 0.203 334.3) |
Copy-ready code
/* CSS */
color: #f572df;
background-color: #f572df;
/* Tailwind (arbitrary) */
class="text-[#f572df] bg-[#f572df]"
/* SCSS */
$brand: #f572df;
/* SwiftUI */
Color(red: 0.961, green: 0.447, blue: 0.875)
/* Android */
Color.parseColor("#f572df")Accessibility — WCAG contrast
Aa
#f572df on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f572df on black: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green44.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta53.5%
Yellow9.0%
Key (black)3.9%
Color previews
#f572df text on a black background
contrast 8.35:1
Card sample
#f572df text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f572df;
Background color
Panel with #f572df background
background-color: #f572df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f572df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 114, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 114, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f572df; background: linear-gradient(135deg, #f572df, #F57288);