#fd3a13
a balanced, electric red · warm · closest name: red
RGB
253, 58, 19
HSL
10°, 98%, 53%
CMYK
0, 77, 93, 1
Luminance
0.2396
Every format
| HEX | #fd3a13 |
| RGB | rgb(253, 58, 19) |
| HSL | hsl(10, 98%, 53%) |
| CMYK | cmyk(0%, 77%, 93%, 1%) |
| LAB | lab(56.0 70.7 63.7) |
| LCH | lch(56.0 95.2 42.0) |
| OKLCH | oklch(0.648 0.234 32.5) |
Copy-ready code
/* CSS */
color: #fd3a13;
background-color: #fd3a13;
/* Tailwind (arbitrary) */
class="text-[#fd3a13] bg-[#fd3a13]"
/* SCSS */
$brand: #fd3a13;
/* SwiftUI */
Color(red: 0.992, green: 0.227, blue: 0.075)
/* Android */
Color.parseColor("#fd3a13")Accessibility — WCAG contrast
Aa
#fd3a13 on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd3a13 on black: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green22.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta77.1%
Yellow92.5%
Key (black)0.8%
Color previews
#fd3a13 text on a black background
contrast 5.79:1
Card sample
#fd3a13 text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd3a13;
Background color
Panel with #fd3a13 background
background-color: #fd3a13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd3a13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 58, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 58, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd3a13; background: linear-gradient(135deg, #fd3a13, #FDD613);