#fcdf95
a light, electric yellow · warm · closest name: khaki
RGB
252, 223, 149
HSL
43°, 95%, 79%
CMYK
0, 12, 41, 1
Luminance
0.7564
Every format
| HEX | #fcdf95 |
| RGB | rgb(252, 223, 149) |
| HSL | hsl(43, 95%, 79%) |
| CMYK | cmyk(0%, 12%, 41%, 1%) |
| LAB | lab(89.7 0.1 39.9) |
| LCH | lch(89.7 39.9 89.8) |
| OKLCH | oklch(0.911 0.098 88.9) |
Copy-ready code
/* CSS */
color: #fcdf95;
background-color: #fcdf95;
/* Tailwind (arbitrary) */
class="text-[#fcdf95] bg-[#fcdf95]"
/* SCSS */
$brand: #fcdf95;
/* SwiftUI */
Color(red: 0.988, green: 0.875, blue: 0.584)
/* Android */
Color.parseColor("#fcdf95")Accessibility — WCAG contrast
Aa
#fcdf95 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdf95 on black: 16.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green87.5%
Blue58.4%
CMYK percentages
Cyan0.0%
Magenta11.5%
Yellow40.9%
Key (black)1.2%
Color previews
#fcdf95 text on a black background
contrast 16.13:1
Card sample
#fcdf95 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdf95;
Background color
Panel with #fcdf95 background
background-color: #fcdf95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdf95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 223, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 223, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdf95; background: linear-gradient(135deg, #fcdf95, #D4FC95);