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