#fac999
a light, electric orange · warm · closest name: tan
RGB
250, 201, 153
HSL
30°, 91%, 79%
CMYK
0, 20, 39, 2
Luminance
0.6440
Every format
| HEX | #fac999 |
| RGB | rgb(250, 201, 153) |
| HSL | hsl(30, 91%, 79%) |
| CMYK | cmyk(0%, 20%, 39%, 2%) |
| LAB | lab(84.2 11.1 30.6) |
| LCH | lch(84.2 32.5 70.0) |
| OKLCH | oklch(0.868 0.084 65.8) |
Copy-ready code
/* CSS */
color: #fac999;
background-color: #fac999;
/* Tailwind (arbitrary) */
class="text-[#fac999] bg-[#fac999]"
/* SCSS */
$brand: #fac999;
/* SwiftUI */
Color(red: 0.980, green: 0.788, blue: 0.600)
/* Android */
Color.parseColor("#fac999")Accessibility — WCAG contrast
Aa
#fac999 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac999 on black: 13.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green78.8%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta19.6%
Yellow38.8%
Key (black)2.0%
Color previews
#fac999 text on a black background
contrast 13.88:1
Card sample
#fac999 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac999;
Background color
Panel with #fac999 background
background-color: #fac999;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac999;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 201, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 201, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac999; background: linear-gradient(135deg, #fac999, #EAFA99);