#fd9366
a light, electric orange · warm · closest name: coral
RGB
253, 147, 102
HSL
18°, 97%, 70%
CMYK
0, 42, 60, 1
Luminance
0.4271
Every format
| HEX | #fd9366 |
| RGB | rgb(253, 147, 102) |
| HSL | hsl(18, 97%, 70%) |
| CMYK | cmyk(0%, 42%, 60%, 1%) |
| LAB | lab(71.4 35.9 40.9) |
| LCH | lch(71.4 54.4 48.7) |
| OKLCH | oklch(0.767 0.141 43.3) |
Copy-ready code
/* CSS */
color: #fd9366;
background-color: #fd9366;
/* Tailwind (arbitrary) */
class="text-[#fd9366] bg-[#fd9366]"
/* SCSS */
$brand: #fd9366;
/* SwiftUI */
Color(red: 0.992, green: 0.576, blue: 0.400)
/* Android */
Color.parseColor("#fd9366")Accessibility — WCAG contrast
Aa
#fd9366 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd9366 on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green57.6%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta41.9%
Yellow59.7%
Key (black)0.8%
Color previews
#fd9366 text on a black background
contrast 9.54:1
Card sample
#fd9366 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd9366;
Background color
Panel with #fd9366 background
background-color: #fd9366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd9366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 147, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 147, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd9366; background: linear-gradient(135deg, #fd9366, #FDF866);