#fdec7d
a light, electric yellow · cool · closest name: khaki
RGB
253, 236, 125
HSL
52°, 97%, 74%
CMYK
0, 7, 51, 1
Luminance
0.8235
Every format
| HEX | #fdec7d |
| RGB | rgb(253, 236, 125) |
| HSL | hsl(52, 97%, 74%) |
| CMYK | cmyk(0%, 7%, 51%, 1%) |
| LAB | lab(92.7 -8.3 55.4) |
| LCH | lch(92.7 56.0 98.5) |
| OKLCH | oklch(0.934 0.133 100.7) |
Copy-ready code
/* CSS */
color: #fdec7d;
background-color: #fdec7d;
/* Tailwind (arbitrary) */
class="text-[#fdec7d] bg-[#fdec7d]"
/* SCSS */
$brand: #fdec7d;
/* SwiftUI */
Color(red: 0.992, green: 0.925, blue: 0.490)
/* Android */
Color.parseColor("#fdec7d")Accessibility — WCAG contrast
Aa
#fdec7d on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdec7d on black: 17.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green92.5%
Blue49.0%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow50.6%
Key (black)0.8%
Color previews
#fdec7d text on a black background
contrast 17.47:1
Card sample
#fdec7d text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdec7d;
Background color
Panel with #fdec7d background
background-color: #fdec7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdec7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 236, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 236, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdec7d; background: linear-gradient(135deg, #fdec7d, #B9FD7D);