#fc0366
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
252, 3, 102
HSL
336°, 98%, 50%
CMYK
0, 99, 60, 1
Luminance
0.2172
Every format
| HEX | #fc0366 |
| RGB | rgb(252, 3, 102) |
| HSL | hsl(336, 98%, 50%) |
| CMYK | cmyk(0%, 99%, 60%, 1%) |
| LAB | lab(53.7 82.0 18.1) |
| LCH | lch(53.7 84.0 12.4) |
| OKLCH | oklch(0.634 0.253 10.2) |
Copy-ready code
/* CSS */
color: #fc0366;
background-color: #fc0366;
/* Tailwind (arbitrary) */
class="text-[#fc0366] bg-[#fc0366]"
/* SCSS */
$brand: #fc0366;
/* SwiftUI */
Color(red: 0.988, green: 0.012, blue: 0.400)
/* Android */
Color.parseColor("#fc0366")Accessibility — WCAG contrast
Aa
#fc0366 on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc0366 on black: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green1.2%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta98.8%
Yellow59.5%
Key (black)1.2%
Color previews
#fc0366 text on a black background
contrast 5.34:1
Card sample
#fc0366 text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc0366;
Background color
Panel with #fc0366 background
background-color: #fc0366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc0366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 3, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 3, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc0366; background: linear-gradient(135deg, #fc0366, #FC4603);