#fcf596
a light, electric yellow · cool · closest name: khaki
RGB
252, 245, 150
HSL
56°, 94%, 79%
CMYK
0, 3, 41, 1
Luminance
0.8820
Every format
| HEX | #fcf596 |
| RGB | rgb(252, 245, 150) |
| HSL | hsl(56, 94%, 79%) |
| CMYK | cmyk(0%, 3%, 41%, 1%) |
| LAB | lab(95.3 -10.8 46.5) |
| LCH | lch(95.3 47.8 103.1) |
| OKLCH | oklch(0.955 0.117 104.7) |
Copy-ready code
/* CSS */
color: #fcf596;
background-color: #fcf596;
/* Tailwind (arbitrary) */
class="text-[#fcf596] bg-[#fcf596]"
/* SCSS */
$brand: #fcf596;
/* SwiftUI */
Color(red: 0.988, green: 0.961, blue: 0.588)
/* Android */
Color.parseColor("#fcf596")Accessibility — WCAG contrast
Aa
#fcf596 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf596 on black: 18.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green96.1%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta2.8%
Yellow40.5%
Key (black)1.2%
Color previews
#fcf596 text on a black background
contrast 18.64:1
Card sample
#fcf596 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf596;
Background color
Panel with #fcf596 background
background-color: #fcf596;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf596;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 245, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 245, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf596; background: linear-gradient(135deg, #fcf596, #BFFC96);