#fdecb4
a light, electric yellow · cool · closest name: khaki
RGB
253, 236, 180
HSL
46°, 95%, 85%
CMYK
0, 7, 29, 1
Luminance
0.8417
Every format
| HEX | #fdecb4 |
| RGB | rgb(253, 236, 180) |
| HSL | hsl(46, 95%, 85%) |
| CMYK | cmyk(0%, 7%, 29%, 1%) |
| LAB | lab(93.5 -2.5 29.3) |
| LCH | lch(93.5 29.4 94.9) |
| OKLCH | oklch(0.943 0.074 93.2) |
Copy-ready code
/* CSS */
color: #fdecb4;
background-color: #fdecb4;
/* Tailwind (arbitrary) */
class="text-[#fdecb4] bg-[#fdecb4]"
/* SCSS */
$brand: #fdecb4;
/* SwiftUI */
Color(red: 0.992, green: 0.925, blue: 0.706)
/* Android */
Color.parseColor("#fdecb4")Accessibility — WCAG contrast
Aa
#fdecb4 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdecb4 on black: 17.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green92.5%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow28.9%
Key (black)0.8%
Color previews
#fdecb4 text on a black background
contrast 17.83:1
Card sample
#fdecb4 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdecb4;
Background color
Panel with #fdecb4 background
background-color: #fdecb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdecb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 236, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 236, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdecb4; background: linear-gradient(135deg, #fdecb4, #DDFDB4);