#fd9869
a light, electric orange · warm · closest name: coral
RGB
253, 152, 105
HSL
19°, 97%, 70%
CMYK
0, 40, 59, 1
Luminance
0.4436
Every format
| HEX | #fd9869 |
| RGB | rgb(253, 152, 105) |
| HSL | hsl(19, 97%, 70%) |
| CMYK | cmyk(0%, 40%, 59%, 1%) |
| LAB | lab(72.5 33.5 40.6) |
| LCH | lch(72.5 52.7 50.5) |
| OKLCH | oklch(0.775 0.136 45.2) |
Copy-ready code
/* CSS */
color: #fd9869;
background-color: #fd9869;
/* Tailwind (arbitrary) */
class="text-[#fd9869] bg-[#fd9869]"
/* SCSS */
$brand: #fd9869;
/* SwiftUI */
Color(red: 0.992, green: 0.596, blue: 0.412)
/* Android */
Color.parseColor("#fd9869")Accessibility — WCAG contrast
Aa
#fd9869 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd9869 on black: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green59.6%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta39.9%
Yellow58.5%
Key (black)0.8%
Color previews
#fd9869 text on a black background
contrast 9.87:1
Card sample
#fd9869 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd9869;
Background color
Panel with #fd9869 background
background-color: #fd9869;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd9869;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 152, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 152, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd9869; background: linear-gradient(135deg, #fd9869, #FDFB69);