#f57afd
a light, electric magenta / pink · warm · closest name: violet
RGB
245, 122, 253
HSL
296°, 97%, 74%
CMYK
3, 52, 0, 1
Luminance
0.4042
Every format
| HEX | #f57afd |
| RGB | rgb(245, 122, 253) |
| HSL | hsl(296, 97%, 74%) |
| CMYK | cmyk(3%, 52%, 0%, 1%) |
| LAB | lab(69.8 64.7 -44.8) |
| LCH | lch(69.8 78.7 325.3) |
| OKLCH | oklch(0.766 0.216 325.1) |
Copy-ready code
/* CSS */
color: #f57afd;
background-color: #f57afd;
/* Tailwind (arbitrary) */
class="text-[#f57afd] bg-[#f57afd]"
/* SCSS */
$brand: #f57afd;
/* SwiftUI */
Color(red: 0.961, green: 0.478, blue: 0.992)
/* Android */
Color.parseColor("#f57afd")Accessibility — WCAG contrast
Aa
#f57afd on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f57afd on black: 9.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green47.8%
Blue99.2%
CMYK percentages
Cyan3.2%
Magenta51.8%
Yellow0.0%
Key (black)0.8%
Color previews
#f57afd text on a black background
contrast 9.08:1
Card sample
#f57afd text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f57afd;
Background color
Panel with #f57afd background
background-color: #f57afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f57afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 122, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 122, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f57afd; background: linear-gradient(135deg, #f57afd, #FD7AAE);