#fb2cd3
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
251, 44, 211
HSL
312°, 96%, 58%
CMYK
0, 83, 16, 2
Luminance
0.2701
Every format
| HEX | #fb2cd3 |
| RGB | rgb(251, 44, 211) |
| HSL | hsl(312, 96%, 58%) |
| CMYK | cmyk(0%, 83%, 16%, 2%) |
| LAB | lab(59.0 86.9 -38.3) |
| LCH | lch(59.0 94.9 336.2) |
| OKLCH | oklch(0.684 0.278 338.0) |
Copy-ready code
/* CSS */
color: #fb2cd3;
background-color: #fb2cd3;
/* Tailwind (arbitrary) */
class="text-[#fb2cd3] bg-[#fb2cd3]"
/* SCSS */
$brand: #fb2cd3;
/* SwiftUI */
Color(red: 0.984, green: 0.173, blue: 0.827)
/* Android */
Color.parseColor("#fb2cd3")Accessibility — WCAG contrast
Aa
#fb2cd3 on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fb2cd3 on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green17.3%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta82.5%
Yellow15.9%
Key (black)1.6%
Color previews
#fb2cd3 text on a black background
contrast 6.40:1
Card sample
#fb2cd3 text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fb2cd3;
Background color
Panel with #fb2cd3 background
background-color: #fb2cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fb2cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 44, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 44, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fb2cd3; background: linear-gradient(135deg, #fb2cd3, #FB2C49);