#fd993f
a balanced, electric orange · warm · closest name: chocolate
RGB
253, 153, 63
HSL
28°, 98%, 62%
CMYK
0, 40, 75, 1
Luminance
0.4402
Every format
| HEX | #fd993f |
| RGB | rgb(253, 153, 63) |
| HSL | hsl(28, 98%, 62%) |
| CMYK | cmyk(0%, 40%, 75%, 1%) |
| LAB | lab(72.3 30.6 60.7) |
| LCH | lch(72.3 68.0 63.2) |
| OKLCH | oklch(0.772 0.156 58.7) |
Copy-ready code
/* CSS */
color: #fd993f;
background-color: #fd993f;
/* Tailwind (arbitrary) */
class="text-[#fd993f] bg-[#fd993f]"
/* SCSS */
$brand: #fd993f;
/* SwiftUI */
Color(red: 0.992, green: 0.600, blue: 0.247)
/* Android */
Color.parseColor("#fd993f")Accessibility — WCAG contrast
Aa
#fd993f on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd993f on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green60.0%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta39.5%
Yellow75.1%
Key (black)0.8%
Color previews
#fd993f text on a black background
contrast 9.80:1
Card sample
#fd993f text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd993f;
Background color
Panel with #fd993f background
background-color: #fd993f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd993f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 153, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 153, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd993f; background: linear-gradient(135deg, #fd993f, #E2FD3F);