#fd985c
a light, electric orange · warm · closest name: coral
RGB
253, 152, 92
HSL
22°, 98%, 68%
CMYK
0, 40, 64, 1
Luminance
0.4411
Every format
| HEX | #fd985c |
| RGB | rgb(253, 152, 92) |
| HSL | hsl(22, 98%, 68%) |
| CMYK | cmyk(0%, 40%, 64%, 1%) |
| LAB | lab(72.3 32.6 47.1) |
| LCH | lch(72.3 57.3 55.3) |
| OKLCH | oklch(0.773 0.143 50.1) |
Copy-ready code
/* CSS */
color: #fd985c;
background-color: #fd985c;
/* Tailwind (arbitrary) */
class="text-[#fd985c] bg-[#fd985c]"
/* SCSS */
$brand: #fd985c;
/* SwiftUI */
Color(red: 0.992, green: 0.596, blue: 0.361)
/* Android */
Color.parseColor("#fd985c")Accessibility — WCAG contrast
Aa
#fd985c on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd985c on black: 9.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green59.6%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta39.9%
Yellow63.6%
Key (black)0.8%
Color previews
#fd985c text on a black background
contrast 9.82:1
Card sample
#fd985c text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd985c;
Background color
Panel with #fd985c background
background-color: #fd985c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd985c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 152, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 152, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd985c; background: linear-gradient(135deg, #fd985c, #F7FD5C);