#fdecb9
a pale, electric yellow · cool · closest name: beige
RGB
253, 236, 185
HSL
45°, 94%, 86%
CMYK
0, 7, 27, 1
Luminance
0.8438
Every format
| HEX | #fdecb9 |
| RGB | rgb(253, 236, 185) |
| HSL | hsl(45, 94%, 86%) |
| CMYK | cmyk(0%, 7%, 27%, 1%) |
| LAB | lab(93.6 -1.9 26.9) |
| LCH | lch(93.6 26.9 93.9) |
| OKLCH | oklch(0.944 0.068 91.8) |
Copy-ready code
/* CSS */
color: #fdecb9;
background-color: #fdecb9;
/* Tailwind (arbitrary) */
class="text-[#fdecb9] bg-[#fdecb9]"
/* SCSS */
$brand: #fdecb9;
/* SwiftUI */
Color(red: 0.992, green: 0.925, blue: 0.725)
/* Android */
Color.parseColor("#fdecb9")Accessibility — WCAG contrast
Aa
#fdecb9 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdecb9 on black: 17.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green92.5%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow26.9%
Key (black)0.8%
Color previews
#fdecb9 text on a black background
contrast 17.88:1
Card sample
#fdecb9 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdecb9;
Background color
Panel with #fdecb9 background
background-color: #fdecb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdecb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 236, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 236, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdecb9; background: linear-gradient(135deg, #fdecb9, #E1FDB9);