#fdee6c
a light, electric yellow · cool · closest name: khaki
RGB
253, 238, 108
HSL
54°, 97%, 71%
CMYK
0, 6, 57, 1
Luminance
0.8311
Every format
| HEX | #fdee6c |
| RGB | rgb(253, 238, 108) |
| HSL | hsl(54, 97%, 71%) |
| CMYK | cmyk(0%, 6%, 57%, 1%) |
| LAB | lab(93.1 -10.6 63.4) |
| LCH | lch(93.1 64.3 99.5) |
| OKLCH | oklch(0.937 0.150 102.8) |
Copy-ready code
/* CSS */
color: #fdee6c;
background-color: #fdee6c;
/* Tailwind (arbitrary) */
class="text-[#fdee6c] bg-[#fdee6c]"
/* SCSS */
$brand: #fdee6c;
/* SwiftUI */
Color(red: 0.992, green: 0.933, blue: 0.424)
/* Android */
Color.parseColor("#fdee6c")Accessibility — WCAG contrast
Aa
#fdee6c on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdee6c on black: 17.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green93.3%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow57.3%
Key (black)0.8%
Color previews
#fdee6c text on a black background
contrast 17.62:1
Card sample
#fdee6c text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdee6c;
Background color
Panel with #fdee6c background
background-color: #fdee6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdee6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 238, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 238, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdee6c; background: linear-gradient(135deg, #fdee6c, #ABFD6C);