#fdecb1
a light, electric yellow · cool · closest name: khaki
RGB
253, 236, 177
HSL
47°, 95%, 84%
CMYK
0, 7, 30, 1
Luminance
0.8405
Every format
| HEX | #fdecb1 |
| RGB | rgb(253, 236, 177) |
| HSL | hsl(47, 95%, 84%) |
| CMYK | cmyk(0%, 7%, 30%, 1%) |
| LAB | lab(93.5 -2.9 30.8) |
| LCH | lch(93.5 30.9 95.3) |
| OKLCH | oklch(0.943 0.077 93.9) |
Copy-ready code
/* CSS */
color: #fdecb1;
background-color: #fdecb1;
/* Tailwind (arbitrary) */
class="text-[#fdecb1] bg-[#fdecb1]"
/* SCSS */
$brand: #fdecb1;
/* SwiftUI */
Color(red: 0.992, green: 0.925, blue: 0.694)
/* Android */
Color.parseColor("#fdecb1")Accessibility — WCAG contrast
Aa
#fdecb1 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdecb1 on black: 17.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green92.5%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow30.0%
Key (black)0.8%
Color previews
#fdecb1 text on a black background
contrast 17.81:1
Card sample
#fdecb1 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdecb1;
Background color
Panel with #fdecb1 background
background-color: #fdecb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdecb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 236, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 236, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdecb1; background: linear-gradient(135deg, #fdecb1, #DBFDB1);