#fb2ac9
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
251, 42, 201
HSL
314°, 96%, 58%
CMYK
0, 83, 20, 2
Luminance
0.2638
Every format
| HEX | #fb2ac9 |
| RGB | rgb(251, 42, 201) |
| HSL | hsl(314, 96%, 58%) |
| CMYK | cmyk(0%, 83%, 20%, 2%) |
| LAB | lab(58.4 86.0 -33.5) |
| LCH | lch(58.4 92.3 338.7) |
| OKLCH | oklch(0.678 0.274 340.7) |
Copy-ready code
/* CSS */
color: #fb2ac9;
background-color: #fb2ac9;
/* Tailwind (arbitrary) */
class="text-[#fb2ac9] bg-[#fb2ac9]"
/* SCSS */
$brand: #fb2ac9;
/* SwiftUI */
Color(red: 0.984, green: 0.165, blue: 0.788)
/* Android */
Color.parseColor("#fb2ac9")Accessibility — WCAG contrast
Aa
#fb2ac9 on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fb2ac9 on black: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green16.5%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta83.3%
Yellow19.9%
Key (black)1.6%
Color previews
#fb2ac9 text on a black background
contrast 6.28:1
Card sample
#fb2ac9 text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fb2ac9;
Background color
Panel with #fb2ac9 background
background-color: #fb2ac9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fb2ac9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 42, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 42, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fb2ac9; background: linear-gradient(135deg, #fb2ac9, #FB2A3E);