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