#f554fd
a light, electric magenta / pink · warm · closest name: magenta
RGB
245, 84, 253
HSL
297°, 98%, 66%
CMYK
3, 67, 0, 1
Luminance
0.3284
Every format
| HEX | #f554fd |
| RGB | rgb(245, 84, 253) |
| HSL | hsl(297, 98%, 66%) |
| CMYK | cmyk(3%, 67%, 0%, 1%) |
| LAB | lab(64.0 80.5 -53.9) |
| LCH | lch(64.0 96.8 326.2) |
| OKLCH | oklch(0.725 0.267 325.9) |
Copy-ready code
/* CSS */
color: #f554fd;
background-color: #f554fd;
/* Tailwind (arbitrary) */
class="text-[#f554fd] bg-[#f554fd]"
/* SCSS */
$brand: #f554fd;
/* SwiftUI */
Color(red: 0.961, green: 0.329, blue: 0.992)
/* Android */
Color.parseColor("#f554fd")Accessibility — WCAG contrast
Aa
#f554fd on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f554fd on black: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green32.9%
Blue99.2%
CMYK percentages
Cyan3.2%
Magenta66.8%
Yellow0.0%
Key (black)0.8%
Color previews
#f554fd text on a black background
contrast 7.57:1
Card sample
#f554fd text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f554fd;
Background color
Panel with #f554fd background
background-color: #f554fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f554fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 84, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 84, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f554fd; background: linear-gradient(135deg, #f554fd, #FD5494);