#fac94e
a balanced, electric yellow · warm · closest name: gold
RGB
250, 201, 78
HSL
43°, 95%, 64%
CMYK
0, 20, 69, 2
Luminance
0.6265
Every format
| HEX | #fac94e |
| RGB | rgb(250, 201, 78) |
| HSL | hsl(43, 95%, 64%) |
| CMYK | cmyk(0%, 20%, 69%, 2%) |
| LAB | lab(83.3 5.1 65.5) |
| LCH | lch(83.3 65.7 85.6) |
| OKLCH | oklch(0.858 0.147 86.7) |
Copy-ready code
/* CSS */
color: #fac94e;
background-color: #fac94e;
/* Tailwind (arbitrary) */
class="text-[#fac94e] bg-[#fac94e]"
/* SCSS */
$brand: #fac94e;
/* SwiftUI */
Color(red: 0.980, green: 0.788, blue: 0.306)
/* Android */
Color.parseColor("#fac94e")Accessibility — WCAG contrast
Aa
#fac94e on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac94e on black: 13.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green78.8%
Blue30.6%
CMYK percentages
Cyan0.0%
Magenta19.6%
Yellow68.8%
Key (black)2.0%
Color previews
#fac94e text on a black background
contrast 13.53:1
Card sample
#fac94e text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac94e;
Background color
Panel with #fac94e background
background-color: #fac94e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac94e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 201, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 201, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac94e; background: linear-gradient(135deg, #fac94e, #B8FA4E);