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