#f54dfb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
245, 77, 251
HSL
298°, 96%, 64%
CMYK
2, 69, 0, 2
Luminance
0.3169
Every format
| HEX | #f54dfb |
| RGB | rgb(245, 77, 251) |
| HSL | hsl(298, 96%, 64%) |
| CMYK | cmyk(2%, 69%, 0%, 2%) |
| LAB | lab(63.1 82.5 -54.3) |
| LCH | lch(63.1 98.8 326.7) |
| OKLCH | oklch(0.718 0.273 326.5) |
Copy-ready code
/* CSS */
color: #f54dfb;
background-color: #f54dfb;
/* Tailwind (arbitrary) */
class="text-[#f54dfb] bg-[#f54dfb]"
/* SCSS */
$brand: #f54dfb;
/* SwiftUI */
Color(red: 0.961, green: 0.302, blue: 0.984)
/* Android */
Color.parseColor("#f54dfb")Accessibility — WCAG contrast
Aa
#f54dfb on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f54dfb on black: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green30.2%
Blue98.4%
CMYK percentages
Cyan2.4%
Magenta69.3%
Yellow0.0%
Key (black)1.6%
Color previews
#f54dfb text on a black background
contrast 7.34:1
Card sample
#f54dfb text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f54dfb;
Background color
Panel with #f54dfb background
background-color: #f54dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f54dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 77, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 77, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f54dfb; background: linear-gradient(135deg, #f54dfb, #FB4D8D);