#fd9554
a light, electric orange · warm · closest name: coral
RGB
253, 149, 84
HSL
23°, 98%, 66%
CMYK
0, 41, 67, 1
Luminance
0.4302
Every format
| HEX | #fd9554 |
| RGB | rgb(253, 149, 84) |
| HSL | hsl(23, 98%, 66%) |
| CMYK | cmyk(0%, 41%, 67%, 1%) |
| LAB | lab(71.6 33.7 50.3) |
| LCH | lch(71.6 60.5 56.1) |
| OKLCH | oklch(0.767 0.148 50.9) |
Copy-ready code
/* CSS */
color: #fd9554;
background-color: #fd9554;
/* Tailwind (arbitrary) */
class="text-[#fd9554] bg-[#fd9554]"
/* SCSS */
$brand: #fd9554;
/* SwiftUI */
Color(red: 0.992, green: 0.584, blue: 0.329)
/* Android */
Color.parseColor("#fd9554")Accessibility — WCAG contrast
Aa
#fd9554 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd9554 on black: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green58.4%
Blue32.9%
CMYK percentages
Cyan0.0%
Magenta41.1%
Yellow66.8%
Key (black)0.8%
Color previews
#fd9554 text on a black background
contrast 9.60:1
Card sample
#fd9554 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd9554;
Background color
Panel with #fd9554 background
background-color: #fd9554;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd9554;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 149, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 149, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd9554; background: linear-gradient(135deg, #fd9554, #F4FD54);