#fabc9f
a light, electric orange · warm · closest name: tan
RGB
250, 188, 159
HSL
19°, 90%, 80%
CMYK
0, 25, 36, 2
Luminance
0.5879
Every format
| HEX | #fabc9f |
| RGB | rgb(250, 188, 159) |
| HSL | hsl(19, 90%, 80%) |
| CMYK | cmyk(0%, 25%, 36%, 2%) |
| LAB | lab(81.2 18.6 23.4) |
| LCH | lch(81.2 29.9 51.5) |
| OKLCH | oklch(0.845 0.082 46.2) |
Copy-ready code
/* CSS */
color: #fabc9f;
background-color: #fabc9f;
/* Tailwind (arbitrary) */
class="text-[#fabc9f] bg-[#fabc9f]"
/* SCSS */
$brand: #fabc9f;
/* SwiftUI */
Color(red: 0.980, green: 0.737, blue: 0.624)
/* Android */
Color.parseColor("#fabc9f")Accessibility — WCAG contrast
Aa
#fabc9f on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fabc9f on black: 12.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green73.7%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta24.8%
Yellow36.4%
Key (black)2.0%
Color previews
#fabc9f text on a black background
contrast 12.76:1
Card sample
#fabc9f text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fabc9f;
Background color
Panel with #fabc9f background
background-color: #fabc9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fabc9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 188, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 188, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fabc9f; background: linear-gradient(135deg, #fabc9f, #FAF99F);