#fcfd9d
a light, electric yellow · cool · closest name: khaki
RGB
252, 253, 157
HSL
61°, 96%, 80%
CMYK
0, 0, 38, 1
Luminance
0.9338
Every format
| HEX | #fcfd9d |
| RGB | rgb(252, 253, 157) |
| HSL | hsl(61, 96%, 80%) |
| CMYK | cmyk(0%, 0%, 38%, 1%) |
| LAB | lab(97.4 -14.0 45.8) |
| LCH | lch(97.4 47.9 107.0) |
| OKLCH | oklch(0.973 0.118 108.9) |
Copy-ready code
/* CSS */
color: #fcfd9d;
background-color: #fcfd9d;
/* Tailwind (arbitrary) */
class="text-[#fcfd9d] bg-[#fcfd9d]"
/* SCSS */
$brand: #fcfd9d;
/* SwiftUI */
Color(red: 0.988, green: 0.992, blue: 0.616)
/* Android */
Color.parseColor("#fcfd9d")Accessibility — WCAG contrast
Aa
#fcfd9d on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfd9d on black: 19.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green99.2%
Blue61.6%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow37.9%
Key (black)0.8%
Color previews
#fcfd9d text on a black background
contrast 19.68:1
Card sample
#fcfd9d text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfd9d;
Background color
Panel with #fcfd9d background
background-color: #fcfd9d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfd9d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 253, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 253, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfd9d; background: linear-gradient(135deg, #fcfd9d, #BCFD9D);