#fd8554
a light, electric orange · warm · closest name: coral
RGB
253, 133, 84
HSL
17°, 98%, 66%
CMYK
0, 47, 67, 1
Luminance
0.3830
Every format
| HEX | #fd8554 |
| RGB | rgb(253, 133, 84) |
| HSL | hsl(17, 98%, 66%) |
| CMYK | cmyk(0%, 47%, 67%, 1%) |
| LAB | lab(68.2 41.9 46.5) |
| LCH | lch(68.2 62.5 48.0) |
| OKLCH | oklch(0.742 0.160 42.1) |
Copy-ready code
/* CSS */
color: #fd8554;
background-color: #fd8554;
/* Tailwind (arbitrary) */
class="text-[#fd8554] bg-[#fd8554]"
/* SCSS */
$brand: #fd8554;
/* SwiftUI */
Color(red: 0.992, green: 0.522, blue: 0.329)
/* Android */
Color.parseColor("#fd8554")Accessibility — WCAG contrast
Aa
#fd8554 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd8554 on black: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green52.2%
Blue32.9%
CMYK percentages
Cyan0.0%
Magenta47.4%
Yellow66.8%
Key (black)0.8%
Color previews
#fd8554 text on a black background
contrast 8.66:1
Card sample
#fd8554 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd8554;
Background color
Panel with #fd8554 background
background-color: #fd8554;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd8554;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 133, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 133, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd8554; background: linear-gradient(135deg, #fd8554, #FDF654);