#fcdf84
a light, electric yellow · cool · closest name: khaki
RGB
252, 223, 132
HSL
46°, 95%, 75%
CMYK
0, 12, 48, 1
Luminance
0.7514
Every format
| HEX | #fcdf84 |
| RGB | rgb(252, 223, 132) |
| HSL | hsl(46, 95%, 75%) |
| CMYK | cmyk(0%, 12%, 48%, 1%) |
| LAB | lab(89.5 -1.5 48.0) |
| LCH | lch(89.5 48.0 91.8) |
| OKLCH | oklch(0.909 0.115 92.3) |
Copy-ready code
/* CSS */
color: #fcdf84;
background-color: #fcdf84;
/* Tailwind (arbitrary) */
class="text-[#fcdf84] bg-[#fcdf84]"
/* SCSS */
$brand: #fcdf84;
/* SwiftUI */
Color(red: 0.988, green: 0.875, blue: 0.518)
/* Android */
Color.parseColor("#fcdf84")Accessibility — WCAG contrast
Aa
#fcdf84 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdf84 on black: 16.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green87.5%
Blue51.8%
CMYK percentages
Cyan0.0%
Magenta11.5%
Yellow47.6%
Key (black)1.2%
Color previews
#fcdf84 text on a black background
contrast 16.03:1
Card sample
#fcdf84 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdf84;
Background color
Panel with #fcdf84 background
background-color: #fcdf84;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdf84;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 223, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 223, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdf84; background: linear-gradient(135deg, #fcdf84, #C9FC84);