#ff985f
a light, electric orange · warm · closest name: coral
RGB
255, 152, 95
HSL
21°, 100%, 69%
CMYK
0, 40, 63, 0
Luminance
0.4454
Every format
| HEX | #ff985f |
| RGB | rgb(255, 152, 95) |
| HSL | hsl(21, 100%, 69%) |
| CMYK | cmyk(0%, 40%, 63%, 0%) |
| LAB | lab(72.6 33.6 46.0) |
| LCH | lch(72.6 57.0 53.8) |
| OKLCH | oklch(0.776 0.143 48.6) |
Copy-ready code
/* CSS */
color: #ff985f;
background-color: #ff985f;
/* Tailwind (arbitrary) */
class="text-[#ff985f] bg-[#ff985f]"
/* SCSS */
$brand: #ff985f;
/* SwiftUI */
Color(red: 1.000, green: 0.596, blue: 0.373)
/* Android */
Color.parseColor("#ff985f")Accessibility — WCAG contrast
Aa
#ff985f on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff985f on black: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green59.6%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta40.4%
Yellow62.7%
Key (black)0.0%
Color previews
#ff985f text on a black background
contrast 9.91:1
Card sample
#ff985f text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff985f;
Background color
Panel with #ff985f background
background-color: #ff985f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff985f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 152, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 152, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff985f; background: linear-gradient(135deg, #ff985f, #FBFF5F);