#fc0fd8
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
252, 15, 216
HSL
309°, 98%, 52%
CMYK
0, 94, 14, 1
Luminance
0.2599
Every format
| HEX | #fc0fd8 |
| RGB | rgb(252, 15, 216) |
| HSL | hsl(309, 98%, 52%) |
| CMYK | cmyk(0%, 94%, 14%, 1%) |
| LAB | lab(58.0 91.7 -42.6) |
| LCH | lch(58.0 101.1 335.1) |
| OKLCH | oklch(0.678 0.295 336.7) |
Copy-ready code
/* CSS */
color: #fc0fd8;
background-color: #fc0fd8;
/* Tailwind (arbitrary) */
class="text-[#fc0fd8] bg-[#fc0fd8]"
/* SCSS */
$brand: #fc0fd8;
/* SwiftUI */
Color(red: 0.988, green: 0.059, blue: 0.847)
/* Android */
Color.parseColor("#fc0fd8")Accessibility — WCAG contrast
Aa
#fc0fd8 on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc0fd8 on black: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green5.9%
Blue84.7%
CMYK percentages
Cyan0.0%
Magenta94.0%
Yellow14.3%
Key (black)1.2%
Color previews
#fc0fd8 text on a black background
contrast 6.20:1
Card sample
#fc0fd8 text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc0fd8;
Background color
Panel with #fc0fd8 background
background-color: #fc0fd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc0fd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 15, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 15, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc0fd8; background: linear-gradient(135deg, #fc0fd8, #FC0F3A);