#fd5f2b
a balanced, electric red · warm · closest name: tomato
RGB
253, 95, 43
HSL
15°, 98%, 58%
CMYK
0, 63, 83, 1
Luminance
0.2924
Every format
| HEX | #fd5f2b |
| RGB | rgb(253, 95, 43) |
| HSL | hsl(15, 98%, 58%) |
| CMYK | cmyk(0%, 63%, 83%, 1%) |
| LAB | lab(61.0 57.9 58.6) |
| LCH | lch(61.0 82.4 45.3) |
| OKLCH | oklch(0.686 0.203 37.5) |
Copy-ready code
/* CSS */
color: #fd5f2b;
background-color: #fd5f2b;
/* Tailwind (arbitrary) */
class="text-[#fd5f2b] bg-[#fd5f2b]"
/* SCSS */
$brand: #fd5f2b;
/* SwiftUI */
Color(red: 0.992, green: 0.373, blue: 0.169)
/* Android */
Color.parseColor("#fd5f2b")Accessibility — WCAG contrast
Aa
#fd5f2b on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd5f2b on black: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green37.3%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta62.5%
Yellow83.0%
Key (black)0.8%
Color previews
#fd5f2b text on a black background
contrast 6.85:1
Card sample
#fd5f2b text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd5f2b;
Background color
Panel with #fd5f2b background
background-color: #fd5f2b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd5f2b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 95, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 95, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd5f2b; background: linear-gradient(135deg, #fd5f2b, #FDEB2B);