#fd5f0f
a balanced, electric orange · warm · closest name: tomato
RGB
253, 95, 15
HSL
20°, 98%, 53%
CMYK
0, 63, 94, 1
Luminance
0.2910
Every format
| HEX | #fd5f0f |
| RGB | rgb(253, 95, 15) |
| HSL | hsl(20, 98%, 53%) |
| CMYK | cmyk(0%, 63%, 94%, 1%) |
| LAB | lab(60.9 57.4 67.7) |
| LCH | lch(60.9 88.8 49.7) |
| OKLCH | oklch(0.684 0.207 40.8) |
Copy-ready code
/* CSS */
color: #fd5f0f;
background-color: #fd5f0f;
/* Tailwind (arbitrary) */
class="text-[#fd5f0f] bg-[#fd5f0f]"
/* SCSS */
$brand: #fd5f0f;
/* SwiftUI */
Color(red: 0.992, green: 0.373, blue: 0.059)
/* Android */
Color.parseColor("#fd5f0f")Accessibility — WCAG contrast
Aa
#fd5f0f on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd5f0f on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green37.3%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta62.5%
Yellow94.1%
Key (black)0.8%
Color previews
#fd5f0f text on a black background
contrast 6.82:1
Card sample
#fd5f0f text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd5f0f;
Background color
Panel with #fd5f0f background
background-color: #fd5f0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd5f0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 95, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 95, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd5f0f; background: linear-gradient(135deg, #fd5f0f, #FCFD0F);