#fdee8c
a light, electric yellow · cool · closest name: khaki
RGB
253, 238, 140
HSL
52°, 97%, 77%
CMYK
0, 6, 45, 1
Luminance
0.8393
Every format
| HEX | #fdee8c |
| RGB | rgb(253, 238, 140) |
| HSL | hsl(52, 97%, 77%) |
| CMYK | cmyk(0%, 6%, 45%, 1%) |
| LAB | lab(93.4 -7.9 49.1) |
| LCH | lch(93.4 49.7 99.2) |
| OKLCH | oklch(0.941 0.120 100.7) |
Copy-ready code
/* CSS */
color: #fdee8c;
background-color: #fdee8c;
/* Tailwind (arbitrary) */
class="text-[#fdee8c] bg-[#fdee8c]"
/* SCSS */
$brand: #fdee8c;
/* SwiftUI */
Color(red: 0.992, green: 0.933, blue: 0.549)
/* Android */
Color.parseColor("#fdee8c")Accessibility — WCAG contrast
Aa
#fdee8c on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdee8c on black: 17.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green93.3%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow44.7%
Key (black)0.8%
Color previews
#fdee8c text on a black background
contrast 17.79:1
Card sample
#fdee8c text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdee8c;
Background color
Panel with #fdee8c background
background-color: #fdee8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdee8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 238, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 238, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdee8c; background: linear-gradient(135deg, #fdee8c, #C1FD8C);