#fabc9d
a light, electric orange · warm · closest name: tan
RGB
250, 188, 157
HSL
20°, 90%, 80%
CMYK
0, 25, 37, 2
Luminance
0.5872
Every format
| HEX | #fabc9d |
| RGB | rgb(250, 188, 157) |
| HSL | hsl(20, 90%, 80%) |
| CMYK | cmyk(0%, 25%, 37%, 2%) |
| LAB | lab(81.1 18.4 24.4) |
| LCH | lch(81.1 30.5 53.0) |
| OKLCH | oklch(0.844 0.083 47.7) |
Copy-ready code
/* CSS */
color: #fabc9d;
background-color: #fabc9d;
/* Tailwind (arbitrary) */
class="text-[#fabc9d] bg-[#fabc9d]"
/* SCSS */
$brand: #fabc9d;
/* SwiftUI */
Color(red: 0.980, green: 0.737, blue: 0.616)
/* Android */
Color.parseColor("#fabc9d")Accessibility — WCAG contrast
Aa
#fabc9d on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fabc9d on black: 12.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green73.7%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta24.8%
Yellow37.2%
Key (black)2.0%
Color previews
#fabc9d text on a black background
contrast 12.74:1
Card sample
#fabc9d text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fabc9d;
Background color
Panel with #fabc9d background
background-color: #fabc9d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fabc9d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 188, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 188, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fabc9d; background: linear-gradient(135deg, #fabc9d, #FAFA9D);