#fd5b2f
a balanced, electric red · warm · closest name: tomato
RGB
253, 91, 47
HSL
13°, 98%, 59%
CMYK
0, 64, 81, 1
Luminance
0.2857
Every format
| HEX | #fd5b2f |
| RGB | rgb(253, 91, 47) |
| HSL | hsl(13, 98%, 59%) |
| CMYK | cmyk(0%, 64%, 81%, 1%) |
| LAB | lab(60.4 59.7 56.3) |
| LCH | lch(60.4 82.0 43.3) |
| OKLCH | oklch(0.681 0.205 35.6) |
Copy-ready code
/* CSS */
color: #fd5b2f;
background-color: #fd5b2f;
/* Tailwind (arbitrary) */
class="text-[#fd5b2f] bg-[#fd5b2f]"
/* SCSS */
$brand: #fd5b2f;
/* SwiftUI */
Color(red: 0.992, green: 0.357, blue: 0.184)
/* Android */
Color.parseColor("#fd5b2f")Accessibility — WCAG contrast
Aa
#fd5b2f on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd5b2f on black: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green35.7%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta64.0%
Yellow81.4%
Key (black)0.8%
Color previews
#fd5b2f text on a black background
contrast 6.71:1
Card sample
#fd5b2f text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd5b2f;
Background color
Panel with #fd5b2f background
background-color: #fd5b2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd5b2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 91, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 91, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd5b2f; background: linear-gradient(135deg, #fd5b2f, #FDE42F);