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