#f57fdf
a light, electric magenta / pink · warm · closest name: violet
RGB
245, 127, 223
HSL
311°, 86%, 73%
CMYK
0, 48, 9, 4
Luminance
0.3992
Every format
| HEX | #f57fdf |
| RGB | rgb(245, 127, 223) |
| HSL | hsl(311, 86%, 73%) |
| CMYK | cmyk(0%, 48%, 9%, 4%) |
| LAB | lab(69.4 57.3 -28.9) |
| LCH | lch(69.4 64.2 333.2) |
| OKLCH | oklch(0.760 0.183 334.7) |
Copy-ready code
/* CSS */
color: #f57fdf;
background-color: #f57fdf;
/* Tailwind (arbitrary) */
class="text-[#f57fdf] bg-[#f57fdf]"
/* SCSS */
$brand: #f57fdf;
/* SwiftUI */
Color(red: 0.961, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#f57fdf")Accessibility — WCAG contrast
Aa
#f57fdf on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f57fdf on black: 8.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green49.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta48.2%
Yellow9.0%
Key (black)3.9%
Color previews
#f57fdf text on a black background
contrast 8.98:1
Card sample
#f57fdf text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f57fdf;
Background color
Panel with #f57fdf background
background-color: #f57fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f57fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f57fdf; background: linear-gradient(135deg, #f57fdf, #F57F90);