#fc0bc9
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
252, 11, 201
HSL
313°, 98%, 52%
CMYK
0, 96, 20, 1
Luminance
0.2515
Every format
| HEX | #fc0bc9 |
| RGB | rgb(252, 11, 201) |
| HSL | hsl(313, 98%, 52%) |
| CMYK | cmyk(0%, 96%, 20%, 1%) |
| LAB | lab(57.2 90.2 -35.3) |
| LCH | lch(57.2 96.8 338.6) |
| OKLCH | oklch(0.670 0.287 340.6) |
Copy-ready code
/* CSS */
color: #fc0bc9;
background-color: #fc0bc9;
/* Tailwind (arbitrary) */
class="text-[#fc0bc9] bg-[#fc0bc9]"
/* SCSS */
$brand: #fc0bc9;
/* SwiftUI */
Color(red: 0.988, green: 0.043, blue: 0.788)
/* Android */
Color.parseColor("#fc0bc9")Accessibility — WCAG contrast
Aa
#fc0bc9 on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc0bc9 on black: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green4.3%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta95.6%
Yellow20.2%
Key (black)1.2%
Color previews
#fc0bc9 text on a black background
contrast 6.03:1
Card sample
#fc0bc9 text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc0bc9;
Background color
Panel with #fc0bc9 background
background-color: #fc0bc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc0bc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 11, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 11, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc0bc9; background: linear-gradient(135deg, #fc0bc9, #FC0B28);