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