#fd2f03
a balanced, electric red · warm · closest name: red
RGB
253, 47, 3
HSL
11°, 98%, 50%
CMYK
0, 81, 99, 1
Luminance
0.2292
Every format
| HEX | #fd2f03 |
| RGB | rgb(253, 47, 3) |
| HSL | hsl(11, 98%, 50%) |
| CMYK | cmyk(0%, 81%, 99%, 1%) |
| LAB | lab(55.0 73.4 66.9) |
| LCH | lch(55.0 99.4 42.3) |
| OKLCH | oklch(0.640 0.241 32.0) |
Copy-ready code
/* CSS */
color: #fd2f03;
background-color: #fd2f03;
/* Tailwind (arbitrary) */
class="text-[#fd2f03] bg-[#fd2f03]"
/* SCSS */
$brand: #fd2f03;
/* SwiftUI */
Color(red: 0.992, green: 0.184, blue: 0.012)
/* Android */
Color.parseColor("#fd2f03")Accessibility — WCAG contrast
Aa
#fd2f03 on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd2f03 on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green18.4%
Blue1.2%
CMYK percentages
Cyan0.0%
Magenta81.4%
Yellow98.8%
Key (black)0.8%
Color previews
#fd2f03 text on a black background
contrast 5.58:1
Card sample
#fd2f03 text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd2f03;
Background color
Panel with #fd2f03 background
background-color: #fd2f03;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd2f03;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 47, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 47, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd2f03; background: linear-gradient(135deg, #fd2f03, #FDD603);