#ff986d
a light, electric orange · warm · closest name: coral
RGB
255, 152, 109
HSL
18°, 100%, 71%
CMYK
0, 40, 57, 0
Luminance
0.4482
Every format
| HEX | #ff986d |
| RGB | rgb(255, 152, 109) |
| HSL | hsl(18, 100%, 71%) |
| CMYK | cmyk(0%, 40%, 57%, 0%) |
| LAB | lab(72.8 34.6 39.0) |
| LCH | lch(72.8 52.1 48.4) |
| OKLCH | oklch(0.778 0.137 43.1) |
Copy-ready code
/* CSS */
color: #ff986d;
background-color: #ff986d;
/* Tailwind (arbitrary) */
class="text-[#ff986d] bg-[#ff986d]"
/* SCSS */
$brand: #ff986d;
/* SwiftUI */
Color(red: 1.000, green: 0.596, blue: 0.427)
/* Android */
Color.parseColor("#ff986d")Accessibility — WCAG contrast
Aa
#ff986d on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff986d on black: 9.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green59.6%
Blue42.7%
CMYK percentages
Cyan0.0%
Magenta40.4%
Yellow57.3%
Key (black)0.0%
Color previews
#ff986d text on a black background
contrast 9.96:1
Card sample
#ff986d text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff986d;
Background color
Panel with #ff986d background
background-color: #ff986d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff986d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 152, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 152, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff986d; background: linear-gradient(135deg, #ff986d, #FFF96D);