#f57dfd
a light, electric magenta / pink · warm · closest name: violet
RGB
245, 125, 253
HSL
296°, 97%, 74%
CMYK
3, 51, 0, 1
Luminance
0.4117
Every format
| HEX | #f57dfd |
| RGB | rgb(245, 125, 253) |
| HSL | hsl(296, 97%, 74%) |
| CMYK | cmyk(3%, 51%, 0%, 1%) |
| LAB | lab(70.3 63.3 -44.0) |
| LCH | lch(70.3 77.1 325.2) |
| OKLCH | oklch(0.770 0.211 325.0) |
Copy-ready code
/* CSS */
color: #f57dfd;
background-color: #f57dfd;
/* Tailwind (arbitrary) */
class="text-[#f57dfd] bg-[#f57dfd]"
/* SCSS */
$brand: #f57dfd;
/* SwiftUI */
Color(red: 0.961, green: 0.490, blue: 0.992)
/* Android */
Color.parseColor("#f57dfd")Accessibility — WCAG contrast
Aa
#f57dfd on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f57dfd on black: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green49.0%
Blue99.2%
CMYK percentages
Cyan3.2%
Magenta50.6%
Yellow0.0%
Key (black)0.8%
Color previews
#f57dfd text on a black background
contrast 9.23:1
Card sample
#f57dfd text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f57dfd;
Background color
Panel with #f57dfd background
background-color: #f57dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f57dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 125, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 125, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f57dfd; background: linear-gradient(135deg, #f57dfd, #FD7DB0);