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