#f574fd
a light, electric magenta / pink · warm · closest name: violet
RGB
245, 116, 253
HSL
297°, 97%, 72%
CMYK
3, 54, 0, 1
Luminance
0.3900
Every format
| HEX | #f574fd |
| RGB | rgb(245, 116, 253) |
| HSL | hsl(297, 97%, 72%) |
| CMYK | cmyk(3%, 54%, 0%, 1%) |
| LAB | lab(68.8 67.5 -46.5) |
| LCH | lch(68.8 81.9 325.5) |
| OKLCH | oklch(0.759 0.225 325.2) |
Copy-ready code
/* CSS */
color: #f574fd;
background-color: #f574fd;
/* Tailwind (arbitrary) */
class="text-[#f574fd] bg-[#f574fd]"
/* SCSS */
$brand: #f574fd;
/* SwiftUI */
Color(red: 0.961, green: 0.455, blue: 0.992)
/* Android */
Color.parseColor("#f574fd")Accessibility — WCAG contrast
Aa
#f574fd on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f574fd on black: 8.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green45.5%
Blue99.2%
CMYK percentages
Cyan3.2%
Magenta54.2%
Yellow0.0%
Key (black)0.8%
Color previews
#f574fd text on a black background
contrast 8.80:1
Card sample
#f574fd text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f574fd;
Background color
Panel with #f574fd background
background-color: #f574fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f574fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 116, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 116, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f574fd; background: linear-gradient(135deg, #f574fd, #FD74AA);