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