#fdec6d
a light, electric yellow · cool · closest name: khaki
RGB
253, 236, 109
HSL
53°, 97%, 71%
CMYK
0, 7, 57, 1
Luminance
0.8198
Every format
| HEX | #fdec6d |
| RGB | rgb(253, 236, 109) |
| HSL | hsl(53, 97%, 71%) |
| CMYK | cmyk(0%, 7%, 57%, 1%) |
| LAB | lab(92.6 -9.5 62.4) |
| LCH | lch(92.6 63.1 98.7) |
| OKLCH | oklch(0.933 0.148 101.7) |
Copy-ready code
/* CSS */
color: #fdec6d;
background-color: #fdec6d;
/* Tailwind (arbitrary) */
class="text-[#fdec6d] bg-[#fdec6d]"
/* SCSS */
$brand: #fdec6d;
/* SwiftUI */
Color(red: 0.992, green: 0.925, blue: 0.427)
/* Android */
Color.parseColor("#fdec6d")Accessibility — WCAG contrast
Aa
#fdec6d on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdec6d on black: 17.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green92.5%
Blue42.7%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow56.9%
Key (black)0.8%
Color previews
#fdec6d text on a black background
contrast 17.40:1
Card sample
#fdec6d text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdec6d;
Background color
Panel with #fdec6d background
background-color: #fdec6d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdec6d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 236, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 236, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdec6d; background: linear-gradient(135deg, #fdec6d, #AEFD6D);