#fcdf61
a light, electric yellow · cool · closest name: khaki
RGB
252, 223, 97
HSL
49°, 96%, 68%
CMYK
0, 12, 62, 1
Luminance
0.7433
Every format
| HEX | #fcdf61 |
| RGB | rgb(252, 223, 97) |
| HSL | hsl(49, 96%, 68%) |
| CMYK | cmyk(0%, 12%, 62%, 1%) |
| LAB | lab(89.1 -4.2 63.8) |
| LCH | lch(89.1 63.9 93.8) |
| OKLCH | oklch(0.904 0.147 96.3) |
Copy-ready code
/* CSS */
color: #fcdf61;
background-color: #fcdf61;
/* Tailwind (arbitrary) */
class="text-[#fcdf61] bg-[#fcdf61]"
/* SCSS */
$brand: #fcdf61;
/* SwiftUI */
Color(red: 0.988, green: 0.875, blue: 0.380)
/* Android */
Color.parseColor("#fcdf61")Accessibility — WCAG contrast
Aa
#fcdf61 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdf61 on black: 15.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green87.5%
Blue38.0%
CMYK percentages
Cyan0.0%
Magenta11.5%
Yellow61.5%
Key (black)1.2%
Color previews
#fcdf61 text on a black background
contrast 15.87:1
Card sample
#fcdf61 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdf61;
Background color
Panel with #fcdf61 background
background-color: #fcdf61;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdf61;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 223, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 223, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdf61; background: linear-gradient(135deg, #fcdf61, #B2FC61);