#fd0e39
a balanced, electric red · warm · closest name: crimson
RGB
253, 14, 57
HSL
349°, 98%, 52%
CMYK
0, 95, 78, 1
Luminance
0.2149
Every format
| HEX | #fd0e39 |
| RGB | rgb(253, 14, 57) |
| HSL | hsl(349, 98%, 52%) |
| CMYK | cmyk(0%, 95%, 78%, 1%) |
| LAB | lab(53.5 79.5 44.4) |
| LCH | lch(53.5 91.1 29.2) |
| OKLCH | oklch(0.630 0.250 22.7) |
Copy-ready code
/* CSS */
color: #fd0e39;
background-color: #fd0e39;
/* Tailwind (arbitrary) */
class="text-[#fd0e39] bg-[#fd0e39]"
/* SCSS */
$brand: #fd0e39;
/* SwiftUI */
Color(red: 0.992, green: 0.055, blue: 0.224)
/* Android */
Color.parseColor("#fd0e39")Accessibility — WCAG contrast
Aa
#fd0e39 on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd0e39 on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green5.5%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta94.5%
Yellow77.5%
Key (black)0.8%
Color previews
#fd0e39 text on a black background
contrast 5.30:1
Card sample
#fd0e39 text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd0e39;
Background color
Panel with #fd0e39 background
background-color: #fd0e39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd0e39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 14, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 14, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd0e39; background: linear-gradient(135deg, #fd0e39, #FD820E);