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