#fd0342
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
253, 3, 66
HSL
345°, 98%, 50%
CMYK
0, 99, 74, 1
Luminance
0.2134
Every format
| HEX | #fd0342 |
| RGB | rgb(253, 3, 66) |
| HSL | hsl(345, 98%, 50%) |
| CMYK | cmyk(0%, 99%, 74%, 1%) |
| LAB | lab(53.3 80.6 39.1) |
| LCH | lch(53.3 89.6 25.9) |
| OKLCH | oklch(0.629 0.252 20.3) |
Copy-ready code
/* CSS */
color: #fd0342;
background-color: #fd0342;
/* Tailwind (arbitrary) */
class="text-[#fd0342] bg-[#fd0342]"
/* SCSS */
$brand: #fd0342;
/* SwiftUI */
Color(red: 0.992, green: 0.012, blue: 0.259)
/* Android */
Color.parseColor("#fd0342")Accessibility — WCAG contrast
Aa
#fd0342 on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd0342 on black: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green1.2%
Blue25.9%
CMYK percentages
Cyan0.0%
Magenta98.8%
Yellow73.9%
Key (black)0.8%
Color previews
#fd0342 text on a black background
contrast 5.27:1
Card sample
#fd0342 text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd0342;
Background color
Panel with #fd0342 background
background-color: #fd0342;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd0342;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 3, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 3, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd0342; background: linear-gradient(135deg, #fd0342, #FD6B03);