#fd994c
a balanced, electric orange · warm · closest name: peru
RGB
253, 153, 76
HSL
26°, 98%, 65%
CMYK
0, 40, 70, 1
Luminance
0.4419
Every format
| HEX | #fd994c |
| RGB | rgb(253, 153, 76) |
| HSL | hsl(26, 98%, 65%) |
| CMYK | cmyk(0%, 40%, 70%, 1%) |
| LAB | lab(72.4 31.2 55.0) |
| LCH | lch(72.4 63.2 60.4) |
| OKLCH | oklch(0.773 0.150 55.6) |
Copy-ready code
/* CSS */
color: #fd994c;
background-color: #fd994c;
/* Tailwind (arbitrary) */
class="text-[#fd994c] bg-[#fd994c]"
/* SCSS */
$brand: #fd994c;
/* SwiftUI */
Color(red: 0.992, green: 0.600, blue: 0.298)
/* Android */
Color.parseColor("#fd994c")Accessibility — WCAG contrast
Aa
#fd994c on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd994c on black: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green60.0%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta39.5%
Yellow70.0%
Key (black)0.8%
Color previews
#fd994c text on a black background
contrast 9.84:1
Card sample
#fd994c text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd994c;
Background color
Panel with #fd994c background
background-color: #fd994c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd994c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 153, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 153, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd994c; background: linear-gradient(135deg, #fd994c, #EBFD4C);