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