#fcfda4
a light, electric yellow · cool · closest name: khaki
RGB
252, 253, 164
HSL
61°, 96%, 82%
CMYK
0, 0, 35, 1
Luminance
0.9363
Every format
| HEX | #fcfda4 |
| RGB | rgb(252, 253, 164) |
| HSL | hsl(61, 96%, 82%) |
| CMYK | cmyk(0%, 0%, 35%, 1%) |
| LAB | lab(97.5 -13.2 42.5) |
| LCH | lch(97.5 44.5 107.3) |
| OKLCH | oklch(0.974 0.111 108.8) |
Copy-ready code
/* CSS */
color: #fcfda4;
background-color: #fcfda4;
/* Tailwind (arbitrary) */
class="text-[#fcfda4] bg-[#fcfda4]"
/* SCSS */
$brand: #fcfda4;
/* SwiftUI */
Color(red: 0.988, green: 0.992, blue: 0.643)
/* Android */
Color.parseColor("#fcfda4")Accessibility — WCAG contrast
Aa
#fcfda4 on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfda4 on black: 19.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green99.2%
Blue64.3%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow35.2%
Key (black)0.8%
Color previews
#fcfda4 text on a black background
contrast 19.73:1
Card sample
#fcfda4 text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfda4;
Background color
Panel with #fcfda4 background
background-color: #fcfda4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfda4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 253, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 253, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfda4; background: linear-gradient(135deg, #fcfda4, #C1FDA4);