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