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