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