#fd5331
a balanced, electric red · warm · closest name: tomato
RGB
253, 83, 49
HSL
10°, 98%, 59%
CMYK
0, 67, 81, 1
Luminance
0.2729
Every format
| HEX | #fd5331 |
| RGB | rgb(253, 83, 49) |
| HSL | hsl(10, 98%, 59%) |
| CMYK | cmyk(0%, 67%, 81%, 1%) |
| LAB | lab(59.3 62.9 54.3) |
| LCH | lch(59.3 83.1 40.8) |
| OKLCH | oklch(0.673 0.212 33.2) |
Copy-ready code
/* CSS */
color: #fd5331;
background-color: #fd5331;
/* Tailwind (arbitrary) */
class="text-[#fd5331] bg-[#fd5331]"
/* SCSS */
$brand: #fd5331;
/* SwiftUI */
Color(red: 0.992, green: 0.325, blue: 0.192)
/* Android */
Color.parseColor("#fd5331")Accessibility — WCAG contrast
Aa
#fd5331 on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd5331 on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green32.5%
Blue19.2%
CMYK percentages
Cyan0.0%
Magenta67.2%
Yellow80.6%
Key (black)0.8%
Color previews
#fd5331 text on a black background
contrast 6.46:1
Card sample
#fd5331 text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd5331;
Background color
Panel with #fd5331 background
background-color: #fd5331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd5331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 83, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 83, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd5331; background: linear-gradient(135deg, #fd5331, #FDDB31);