#fcf76f
a light, electric yellow · cool · closest name: khaki
RGB
252, 247, 111
HSL
58°, 96%, 71%
CMYK
0, 2, 56, 1
Luminance
0.8836
Every format
| HEX | #fcf76f |
| RGB | rgb(252, 247, 111) |
| HSL | hsl(58, 96%, 71%) |
| CMYK | cmyk(0%, 2%, 56%, 1%) |
| LAB | lab(95.3 -15.2 64.6) |
| LCH | lch(95.3 66.4 103.2) |
| OKLCH | oklch(0.954 0.157 107.1) |
Copy-ready code
/* CSS */
color: #fcf76f;
background-color: #fcf76f;
/* Tailwind (arbitrary) */
class="text-[#fcf76f] bg-[#fcf76f]"
/* SCSS */
$brand: #fcf76f;
/* SwiftUI */
Color(red: 0.988, green: 0.969, blue: 0.435)
/* Android */
Color.parseColor("#fcf76f")Accessibility — WCAG contrast
Aa
#fcf76f on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf76f on black: 18.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green96.9%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow56.0%
Key (black)1.2%
Color previews
#fcf76f text on a black background
contrast 18.67:1
Card sample
#fcf76f text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf76f;
Background color
Panel with #fcf76f background
background-color: #fcf76f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf76f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 247, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 247, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf76f; background: linear-gradient(135deg, #fcf76f, #A3FC6F);