#f57cdf
a light, electric magenta / pink · warm · closest name: violet
RGB
245, 124, 223
HSL
311°, 86%, 72%
CMYK
0, 49, 9, 4
Luminance
0.3916
Every format
| HEX | #f57cdf |
| RGB | rgb(245, 124, 223) |
| HSL | hsl(311, 86%, 72%) |
| CMYK | cmyk(0%, 49%, 9%, 4%) |
| LAB | lab(68.9 58.7 -29.8) |
| LCH | lch(68.9 65.8 333.1) |
| OKLCH | oklch(0.756 0.188 334.6) |
Copy-ready code
/* CSS */
color: #f57cdf;
background-color: #f57cdf;
/* Tailwind (arbitrary) */
class="text-[#f57cdf] bg-[#f57cdf]"
/* SCSS */
$brand: #f57cdf;
/* SwiftUI */
Color(red: 0.961, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#f57cdf")Accessibility — WCAG contrast
Aa
#f57cdf on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f57cdf on black: 8.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green48.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta49.4%
Yellow9.0%
Key (black)3.9%
Color previews
#f57cdf text on a black background
contrast 8.83:1
Card sample
#f57cdf text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f57cdf;
Background color
Panel with #f57cdf background
background-color: #f57cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f57cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f57cdf; background: linear-gradient(135deg, #f57cdf, #F57C8F);