#f558fe
a light, electric magenta / pink · warm · closest name: magenta
RGB
245, 88, 254
HSL
297°, 99%, 67%
CMYK
4, 65, 0, 0
Luminance
0.3355
Every format
| HEX | #f558fe |
| RGB | rgb(245, 88, 254) |
| HSL | hsl(297, 99%, 67%) |
| CMYK | cmyk(4%, 65%, 0%, 0%) |
| LAB | lab(64.6 79.2 -53.5) |
| LCH | lch(64.6 95.6 325.9) |
| OKLCH | oklch(0.729 0.263 325.6) |
Copy-ready code
/* CSS */
color: #f558fe;
background-color: #f558fe;
/* Tailwind (arbitrary) */
class="text-[#f558fe] bg-[#f558fe]"
/* SCSS */
$brand: #f558fe;
/* SwiftUI */
Color(red: 0.961, green: 0.345, blue: 0.996)
/* Android */
Color.parseColor("#f558fe")Accessibility — WCAG contrast
Aa
#f558fe on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f558fe on black: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green34.5%
Blue99.6%
CMYK percentages
Cyan3.5%
Magenta65.4%
Yellow0.0%
Key (black)0.4%
Color previews
#f558fe text on a black background
contrast 7.71:1
Card sample
#f558fe text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f558fe;
Background color
Panel with #f558fe background
background-color: #f558fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f558fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 88, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 88, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f558fe; background: linear-gradient(135deg, #f558fe, #FE5899);