#f55afb
a light, electric magenta / pink · warm · closest name: magenta
RGB
245, 90, 251
HSL
298°, 95%, 67%
CMYK
2, 64, 0, 2
Luminance
0.3369
Every format
| HEX | #f55afb |
| RGB | rgb(245, 90, 251) |
| HSL | hsl(298, 95%, 67%) |
| CMYK | cmyk(2%, 64%, 0%, 2%) |
| LAB | lab(64.7 77.9 -51.7) |
| LCH | lch(64.7 93.5 326.4) |
| OKLCH | oklch(0.729 0.258 326.3) |
Copy-ready code
/* CSS */
color: #f55afb;
background-color: #f55afb;
/* Tailwind (arbitrary) */
class="text-[#f55afb] bg-[#f55afb]"
/* SCSS */
$brand: #f55afb;
/* SwiftUI */
Color(red: 0.961, green: 0.353, blue: 0.984)
/* Android */
Color.parseColor("#f55afb")Accessibility — WCAG contrast
Aa
#f55afb on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f55afb on black: 7.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green35.3%
Blue98.4%
CMYK percentages
Cyan2.4%
Magenta64.1%
Yellow0.0%
Key (black)1.6%
Color previews
#f55afb text on a black background
contrast 7.74:1
Card sample
#f55afb text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f55afb;
Background color
Panel with #f55afb background
background-color: #f55afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f55afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 90, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 90, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f55afb; background: linear-gradient(135deg, #f55afb, #FB5A96);