#fb4792
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
251, 71, 146
HSL
335°, 96%, 63%
CMYK
0, 72, 42, 2
Luminance
0.2709
Every format
| HEX | #fb4792 |
| RGB | rgb(251, 71, 146) |
| HSL | hsl(335, 96%, 63%) |
| CMYK | cmyk(0%, 72%, 42%, 2%) |
| LAB | lab(59.1 72.5 -0.6) |
| LCH | lch(59.1 72.5 359.5) |
| OKLCH | oklch(0.676 0.222 359.8) |
Copy-ready code
/* CSS */
color: #fb4792;
background-color: #fb4792;
/* Tailwind (arbitrary) */
class="text-[#fb4792] bg-[#fb4792]"
/* SCSS */
$brand: #fb4792;
/* SwiftUI */
Color(red: 0.984, green: 0.278, blue: 0.573)
/* Android */
Color.parseColor("#fb4792")Accessibility — WCAG contrast
Aa
#fb4792 on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fb4792 on black: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green27.8%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta71.7%
Yellow41.8%
Key (black)1.6%
Color previews
#fb4792 text on a black background
contrast 6.42:1
Card sample
#fb4792 text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fb4792;
Background color
Panel with #fb4792 background
background-color: #fb4792;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fb4792;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 71, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 71, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fb4792; background: linear-gradient(135deg, #fb4792, #FB7447);