#fc0fc2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
252, 15, 194
HSL
315°, 98%, 52%
CMYK
0, 94, 23, 1
Luminance
0.2493
Every format
| HEX | #fc0fc2 |
| RGB | rgb(252, 15, 194) |
| HSL | hsl(315, 98%, 52%) |
| CMYK | cmyk(0%, 94%, 23%, 1%) |
| LAB | lab(57.0 89.1 -31.6) |
| LCH | lch(57.0 94.5 340.4) |
| OKLCH | oklch(0.667 0.282 342.5) |
Copy-ready code
/* CSS */
color: #fc0fc2;
background-color: #fc0fc2;
/* Tailwind (arbitrary) */
class="text-[#fc0fc2] bg-[#fc0fc2]"
/* SCSS */
$brand: #fc0fc2;
/* SwiftUI */
Color(red: 0.988, green: 0.059, blue: 0.761)
/* Android */
Color.parseColor("#fc0fc2")Accessibility — WCAG contrast
Aa
#fc0fc2 on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc0fc2 on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green5.9%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta94.0%
Yellow23.0%
Key (black)1.2%
Color previews
#fc0fc2 text on a black background
contrast 5.99:1
Card sample
#fc0fc2 text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc0fc2;
Background color
Panel with #fc0fc2 background
background-color: #fc0fc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc0fc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 15, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 15, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc0fc2; background: linear-gradient(135deg, #fc0fc2, #FC0F24);