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