#fac76f
a light, electric orange · warm · closest name: khaki
RGB
250, 199, 111
HSL
38°, 93%, 71%
CMYK
0, 20, 56, 2
Luminance
0.6232
Every format
| HEX | #fac76f |
| RGB | rgb(250, 199, 111) |
| HSL | hsl(38, 93%, 71%) |
| CMYK | cmyk(0%, 20%, 56%, 2%) |
| LAB | lab(83.1 8.2 50.4) |
| LCH | lch(83.1 51.1 80.7) |
| OKLCH | oklch(0.857 0.121 79.7) |
Copy-ready code
/* CSS */
color: #fac76f;
background-color: #fac76f;
/* Tailwind (arbitrary) */
class="text-[#fac76f] bg-[#fac76f]"
/* SCSS */
$brand: #fac76f;
/* SwiftUI */
Color(red: 0.980, green: 0.780, blue: 0.435)
/* Android */
Color.parseColor("#fac76f")Accessibility — WCAG contrast
Aa
#fac76f on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac76f on black: 13.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green78.0%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta20.4%
Yellow55.6%
Key (black)2.0%
Color previews
#fac76f text on a black background
contrast 13.46:1
Card sample
#fac76f text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac76f;
Background color
Panel with #fac76f background
background-color: #fac76f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac76f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 199, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 199, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac76f; background: linear-gradient(135deg, #fac76f, #D0FA6F);