#fcdf92
a light, electric yellow · warm · closest name: khaki
RGB
252, 223, 146
HSL
44°, 95%, 78%
CMYK
0, 12, 42, 1
Luminance
0.7555
Every format
| HEX | #fcdf92 |
| RGB | rgb(252, 223, 146) |
| HSL | hsl(44, 95%, 78%) |
| CMYK | cmyk(0%, 12%, 42%, 1%) |
| LAB | lab(89.7 -0.2 41.4) |
| LCH | lch(89.7 41.4 90.2) |
| OKLCH | oklch(0.911 0.101 89.6) |
Copy-ready code
/* CSS */
color: #fcdf92;
background-color: #fcdf92;
/* Tailwind (arbitrary) */
class="text-[#fcdf92] bg-[#fcdf92]"
/* SCSS */
$brand: #fcdf92;
/* SwiftUI */
Color(red: 0.988, green: 0.875, blue: 0.573)
/* Android */
Color.parseColor("#fcdf92")Accessibility — WCAG contrast
Aa
#fcdf92 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdf92 on black: 16.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green87.5%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta11.5%
Yellow42.1%
Key (black)1.2%
Color previews
#fcdf92 text on a black background
contrast 16.11:1
Card sample
#fcdf92 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdf92;
Background color
Panel with #fcdf92 background
background-color: #fcdf92;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdf92;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 223, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 223, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdf92; background: linear-gradient(135deg, #fcdf92, #D2FC92);