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