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