#fcdf83
a light, electric yellow · cool · closest name: khaki
RGB
252, 223, 131
HSL
46°, 95%, 75%
CMYK
0, 12, 48, 1
Luminance
0.7511
Every format
| HEX | #fcdf83 |
| RGB | rgb(252, 223, 131) |
| HSL | hsl(46, 95%, 75%) |
| CMYK | cmyk(0%, 12%, 48%, 1%) |
| LAB | lab(89.5 -1.6 48.5) |
| LCH | lch(89.5 48.5 91.9) |
| OKLCH | oklch(0.908 0.116 92.4) |
Copy-ready code
/* CSS */
color: #fcdf83;
background-color: #fcdf83;
/* Tailwind (arbitrary) */
class="text-[#fcdf83] bg-[#fcdf83]"
/* SCSS */
$brand: #fcdf83;
/* SwiftUI */
Color(red: 0.988, green: 0.875, blue: 0.514)
/* Android */
Color.parseColor("#fcdf83")Accessibility — WCAG contrast
Aa
#fcdf83 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdf83 on black: 16.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green87.5%
Blue51.4%
CMYK percentages
Cyan0.0%
Magenta11.5%
Yellow48.0%
Key (black)1.2%
Color previews
#fcdf83 text on a black background
contrast 16.02:1
Card sample
#fcdf83 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdf83;
Background color
Panel with #fcdf83 background
background-color: #fcdf83;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdf83;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 223, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 223, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdf83; background: linear-gradient(135deg, #fcdf83, #C8FC83);