#fd5a21
a balanced, electric orange · warm · closest name: tomato
RGB
253, 90, 33
HSL
16°, 98%, 56%
CMYK
0, 64, 87, 1
Luminance
0.2830
Every format
| HEX | #fd5a21 |
| RGB | rgb(253, 90, 33) |
| HSL | hsl(16, 98%, 56%) |
| CMYK | cmyk(0%, 64%, 87%, 1%) |
| LAB | lab(60.2 59.8 61.9) |
| LCH | lch(60.2 86.0 46.0) |
| OKLCH | oklch(0.679 0.208 37.6) |
Copy-ready code
/* CSS */
color: #fd5a21;
background-color: #fd5a21;
/* Tailwind (arbitrary) */
class="text-[#fd5a21] bg-[#fd5a21]"
/* SCSS */
$brand: #fd5a21;
/* SwiftUI */
Color(red: 0.992, green: 0.353, blue: 0.129)
/* Android */
Color.parseColor("#fd5a21")Accessibility — WCAG contrast
Aa
#fd5a21 on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd5a21 on black: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green35.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta64.4%
Yellow87.0%
Key (black)0.8%
Color previews
#fd5a21 text on a black background
contrast 6.66:1
Card sample
#fd5a21 text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd5a21;
Background color
Panel with #fd5a21 background
background-color: #fd5a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd5a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 90, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 90, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd5a21; background: linear-gradient(135deg, #fd5a21, #FDEC21);