#fac77f
a light, electric orange · warm · closest name: khaki
RGB
250, 199, 127
HSL
35°, 93%, 74%
CMYK
0, 20, 49, 2
Luminance
0.6270
Every format
| HEX | #fac77f |
| RGB | rgb(250, 199, 127) |
| HSL | hsl(35, 93%, 74%) |
| CMYK | cmyk(0%, 20%, 49%, 2%) |
| LAB | lab(83.3 9.6 42.8) |
| LCH | lch(83.3 43.8 77.4) |
| OKLCH | oklch(0.860 0.107 75.1) |
Copy-ready code
/* CSS */
color: #fac77f;
background-color: #fac77f;
/* Tailwind (arbitrary) */
class="text-[#fac77f] bg-[#fac77f]"
/* SCSS */
$brand: #fac77f;
/* SwiftUI */
Color(red: 0.980, green: 0.780, blue: 0.498)
/* Android */
Color.parseColor("#fac77f")Accessibility — WCAG contrast
Aa
#fac77f on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac77f on black: 13.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green78.0%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta20.4%
Yellow49.2%
Key (black)2.0%
Color previews
#fac77f text on a black background
contrast 13.54:1
Card sample
#fac77f text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac77f;
Background color
Panel with #fac77f background
background-color: #fac77f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac77f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 199, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 199, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac77f; background: linear-gradient(135deg, #fac77f, #DBFA7F);