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