#fac760
a light, electric yellow · warm · closest name: khaki
RGB
250, 199, 96
HSL
40°, 94%, 68%
CMYK
0, 20, 62, 2
Luminance
0.6202
Every format
| HEX | #fac760 |
| RGB | rgb(250, 199, 96) |
| HSL | hsl(40, 94%, 68%) |
| CMYK | cmyk(0%, 20%, 62%, 2%) |
| LAB | lab(82.9 7.2 57.3) |
| LCH | lch(82.9 57.7 82.9) |
| OKLCH | oklch(0.856 0.133 82.8) |
Copy-ready code
/* CSS */
color: #fac760;
background-color: #fac760;
/* Tailwind (arbitrary) */
class="text-[#fac760] bg-[#fac760]"
/* SCSS */
$brand: #fac760;
/* SwiftUI */
Color(red: 0.980, green: 0.780, blue: 0.376)
/* Android */
Color.parseColor("#fac760")Accessibility — WCAG contrast
Aa
#fac760 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac760 on black: 13.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green78.0%
Blue37.6%
CMYK percentages
Cyan0.0%
Magenta20.4%
Yellow61.6%
Key (black)2.0%
Color previews
#fac760 text on a black background
contrast 13.40:1
Card sample
#fac760 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac760;
Background color
Panel with #fac760 background
background-color: #fac760;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac760;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 199, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 199, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac760; background: linear-gradient(135deg, #fac760, #C6FA60);