#fb2abe
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
251, 42, 190
HSL
318°, 96%, 58%
CMYK
0, 83, 24, 2
Luminance
0.2588
Every format
| HEX | #fb2abe |
| RGB | rgb(251, 42, 190) |
| HSL | hsl(318, 96%, 58%) |
| CMYK | cmyk(0%, 83%, 24%, 2%) |
| LAB | lab(57.9 84.7 -27.9) |
| LCH | lch(57.9 89.2 341.8) |
| OKLCH | oklch(0.673 0.267 343.8) |
Copy-ready code
/* CSS */
color: #fb2abe;
background-color: #fb2abe;
/* Tailwind (arbitrary) */
class="text-[#fb2abe] bg-[#fb2abe]"
/* SCSS */
$brand: #fb2abe;
/* SwiftUI */
Color(red: 0.984, green: 0.165, blue: 0.745)
/* Android */
Color.parseColor("#fb2abe")Accessibility — WCAG contrast
Aa
#fb2abe on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fb2abe on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green16.5%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta83.3%
Yellow24.3%
Key (black)1.6%
Color previews
#fb2abe text on a black background
contrast 6.18:1
Card sample
#fb2abe text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fb2abe;
Background color
Panel with #fb2abe background
background-color: #fb2abe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fb2abe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 42, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 42, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fb2abe; background: linear-gradient(135deg, #fb2abe, #FB2A33);