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