#fd8652
a light, electric orange · warm · closest name: coral
RGB
253, 134, 82
HSL
18°, 98%, 66%
CMYK
0, 47, 68, 1
Luminance
0.3854
Every format
| HEX | #fd8652 |
| RGB | rgb(253, 134, 82) |
| HSL | hsl(18, 98%, 66%) |
| CMYK | cmyk(0%, 47%, 68%, 1%) |
| LAB | lab(68.4 41.2 47.7) |
| LCH | lch(68.4 63.0 49.1) |
| OKLCH | oklch(0.743 0.160 43.3) |
Copy-ready code
/* CSS */
color: #fd8652;
background-color: #fd8652;
/* Tailwind (arbitrary) */
class="text-[#fd8652] bg-[#fd8652]"
/* SCSS */
$brand: #fd8652;
/* SwiftUI */
Color(red: 0.992, green: 0.525, blue: 0.322)
/* Android */
Color.parseColor("#fd8652")Accessibility — WCAG contrast
Aa
#fd8652 on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd8652 on black: 8.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green52.5%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta47.0%
Yellow67.6%
Key (black)0.8%
Color previews
#fd8652 text on a black background
contrast 8.71:1
Card sample
#fd8652 text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd8652;
Background color
Panel with #fd8652 background
background-color: #fd8652;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd8652;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 134, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 134, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd8652; background: linear-gradient(135deg, #fd8652, #FDF852);