#fcdf7a
a light, electric yellow · cool · closest name: khaki
RGB
252, 223, 122
HSL
47°, 96%, 73%
CMYK
0, 12, 52, 1
Luminance
0.7488
Every format
| HEX | #fcdf7a |
| RGB | rgb(252, 223, 122) |
| HSL | hsl(47, 96%, 73%) |
| CMYK | cmyk(0%, 12%, 52%, 1%) |
| LAB | lab(89.3 -2.4 52.7) |
| LCH | lch(89.3 52.7 92.6) |
| OKLCH | oklch(0.907 0.125 93.7) |
Copy-ready code
/* CSS */
color: #fcdf7a;
background-color: #fcdf7a;
/* Tailwind (arbitrary) */
class="text-[#fcdf7a] bg-[#fcdf7a]"
/* SCSS */
$brand: #fcdf7a;
/* SwiftUI */
Color(red: 0.988, green: 0.875, blue: 0.478)
/* Android */
Color.parseColor("#fcdf7a")Accessibility — WCAG contrast
Aa
#fcdf7a on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdf7a on black: 15.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green87.5%
Blue47.8%
CMYK percentages
Cyan0.0%
Magenta11.5%
Yellow51.6%
Key (black)1.2%
Color previews
#fcdf7a text on a black background
contrast 15.98:1
Card sample
#fcdf7a text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdf7a;
Background color
Panel with #fcdf7a background
background-color: #fcdf7a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdf7a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 223, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 223, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdf7a; background: linear-gradient(135deg, #fcdf7a, #C2FC7A);