#fc0073
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
252, 0, 115
HSL
333°, 100%, 49%
CMYK
0, 100, 54, 1
Luminance
0.2193
Every format
| HEX | #fc0073 |
| RGB | rgb(252, 0, 115) |
| HSL | hsl(333, 100%, 49%) |
| CMYK | cmyk(0%, 100%, 54%, 1%) |
| LAB | lab(54.0 83.0 10.5) |
| LCH | lch(54.0 83.7 7.2) |
| OKLCH | oklch(0.636 0.255 6.1) |
Copy-ready code
/* CSS */
color: #fc0073;
background-color: #fc0073;
/* Tailwind (arbitrary) */
class="text-[#fc0073] bg-[#fc0073]"
/* SCSS */
$brand: #fc0073;
/* SwiftUI */
Color(red: 0.988, green: 0.000, blue: 0.451)
/* Android */
Color.parseColor("#fc0073")Accessibility — WCAG contrast
Aa
#fc0073 on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc0073 on black: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green0.0%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow54.4%
Key (black)1.2%
Color previews
#fc0073 text on a black background
contrast 5.39:1
Card sample
#fc0073 text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc0073;
Background color
Panel with #fc0073 background
background-color: #fc0073;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc0073;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 0, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 0, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc0073; background: linear-gradient(135deg, #fc0073, #FC3500);