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