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