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