#fc02ba
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
252, 2, 186
HSL
316°, 98%, 50%
CMYK
0, 99, 26, 1
Luminance
0.2428
Every format
| HEX | #fc02ba |
| RGB | rgb(252, 2, 186) |
| HSL | hsl(316, 98%, 50%) |
| CMYK | cmyk(0%, 99%, 26%, 1%) |
| LAB | lab(56.4 89.0 -28.0) |
| LCH | lch(56.4 93.3 342.5) |
| OKLCH | oklch(0.662 0.281 344.6) |
Copy-ready code
/* CSS */
color: #fc02ba;
background-color: #fc02ba;
/* Tailwind (arbitrary) */
class="text-[#fc02ba] bg-[#fc02ba]"
/* SCSS */
$brand: #fc02ba;
/* SwiftUI */
Color(red: 0.988, green: 0.008, blue: 0.729)
/* Android */
Color.parseColor("#fc02ba")Accessibility — WCAG contrast
Aa
#fc02ba on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc02ba on black: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green0.8%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta99.2%
Yellow26.2%
Key (black)1.2%
Color previews
#fc02ba text on a black background
contrast 5.86:1
Card sample
#fc02ba text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc02ba;
Background color
Panel with #fc02ba background
background-color: #fc02ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc02ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 2, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 2, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc02ba; background: linear-gradient(135deg, #fc02ba, #FC0214);