#f757df
a light, electric magenta / pink · warm · closest name: violet
RGB
247, 87, 223
HSL
309°, 91%, 66%
CMYK
0, 65, 10, 3
Luminance
0.3192
Every format
| HEX | #f757df |
| RGB | rgb(247, 87, 223) |
| HSL | hsl(309, 91%, 66%) |
| CMYK | cmyk(0%, 65%, 10%, 3%) |
| LAB | lab(63.3 75.2 -38.4) |
| LCH | lch(63.3 84.4 332.9) |
| OKLCH | oklch(0.715 0.242 334.3) |
Copy-ready code
/* CSS */
color: #f757df;
background-color: #f757df;
/* Tailwind (arbitrary) */
class="text-[#f757df] bg-[#f757df]"
/* SCSS */
$brand: #f757df;
/* SwiftUI */
Color(red: 0.969, green: 0.341, blue: 0.875)
/* Android */
Color.parseColor("#f757df")Accessibility — WCAG contrast
Aa
#f757df on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f757df on black: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green34.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta64.8%
Yellow9.7%
Key (black)3.1%
Color previews
#f757df text on a black background
contrast 7.38:1
Card sample
#f757df text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f757df;
Background color
Panel with #f757df background
background-color: #f757df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f757df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 87, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 87, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f757df; background: linear-gradient(135deg, #f757df, #F75774);