#f9986d
a light, electric orange · warm · closest name: salmon
RGB
249, 152, 109
HSL
18°, 92%, 70%
CMYK
0, 39, 56, 2
Luminance
0.4370
Every format
| HEX | #f9986d |
| RGB | rgb(249, 152, 109) |
| HSL | hsl(18, 92%, 70%) |
| CMYK | cmyk(0%, 39%, 56%, 2%) |
| LAB | lab(72.0 32.3 37.9) |
| LCH | lch(72.0 49.8 49.6) |
| OKLCH | oklch(0.771 0.130 44.3) |
Copy-ready code
/* CSS */
color: #f9986d;
background-color: #f9986d;
/* Tailwind (arbitrary) */
class="text-[#f9986d] bg-[#f9986d]"
/* SCSS */
$brand: #f9986d;
/* SwiftUI */
Color(red: 0.976, green: 0.596, blue: 0.427)
/* Android */
Color.parseColor("#f9986d")Accessibility — WCAG contrast
Aa
#f9986d on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9986d on black: 9.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green59.6%
Blue42.7%
CMYK percentages
Cyan0.0%
Magenta39.0%
Yellow56.2%
Key (black)2.4%
Color previews
#f9986d text on a black background
contrast 9.74:1
Card sample
#f9986d text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9986d;
Background color
Panel with #f9986d background
background-color: #f9986d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9986d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 152, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 152, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9986d; background: linear-gradient(135deg, #f9986d, #F9F56D);