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