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