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