#fd9062
a light, electric orange · warm · closest name: coral
RGB
253, 144, 98
HSL
18°, 98%, 69%
CMYK
0, 43, 61, 1
Luminance
0.4171
Every format
| HEX | #fd9062 |
| RGB | rgb(253, 144, 98) |
| HSL | hsl(18, 98%, 69%) |
| CMYK | cmyk(0%, 43%, 61%, 1%) |
| LAB | lab(70.7 37.1 42.1) |
| LCH | lch(70.7 56.1 48.6) |
| OKLCH | oklch(0.761 0.145 43.1) |
Copy-ready code
/* CSS */
color: #fd9062;
background-color: #fd9062;
/* Tailwind (arbitrary) */
class="text-[#fd9062] bg-[#fd9062]"
/* SCSS */
$brand: #fd9062;
/* SwiftUI */
Color(red: 0.992, green: 0.565, blue: 0.384)
/* Android */
Color.parseColor("#fd9062")Accessibility — WCAG contrast
Aa
#fd9062 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd9062 on black: 9.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green56.5%
Blue38.4%
CMYK percentages
Cyan0.0%
Magenta43.1%
Yellow61.3%
Key (black)0.8%
Color previews
#fd9062 text on a black background
contrast 9.34:1
Card sample
#fd9062 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd9062;
Background color
Panel with #fd9062 background
background-color: #fd9062;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd9062;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 144, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 144, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd9062; background: linear-gradient(135deg, #fd9062, #FDF762);