#fdec96
a light, electric yellow · cool · closest name: khaki
RGB
253, 236, 150
HSL
50°, 96%, 79%
CMYK
0, 7, 41, 1
Luminance
0.8308
Every format
| HEX | #fdec96 |
| RGB | rgb(253, 236, 150) |
| HSL | hsl(50, 96%, 79%) |
| CMYK | cmyk(0%, 7%, 41%, 1%) |
| LAB | lab(93.0 -5.9 43.7) |
| LCH | lch(93.0 44.1 97.7) |
| OKLCH | oklch(0.938 0.108 98.4) |
Copy-ready code
/* CSS */
color: #fdec96;
background-color: #fdec96;
/* Tailwind (arbitrary) */
class="text-[#fdec96] bg-[#fdec96]"
/* SCSS */
$brand: #fdec96;
/* SwiftUI */
Color(red: 0.992, green: 0.925, blue: 0.588)
/* Android */
Color.parseColor("#fdec96")Accessibility — WCAG contrast
Aa
#fdec96 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdec96 on black: 17.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green92.5%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow40.7%
Key (black)0.8%
Color previews
#fdec96 text on a black background
contrast 17.62:1
Card sample
#fdec96 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdec96;
Background color
Panel with #fdec96 background
background-color: #fdec96;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdec96;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 236, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 236, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdec96; background: linear-gradient(135deg, #fdec96, #C9FD96);