#fdee80
a light, electric yellow · cool · closest name: khaki
RGB
253, 238, 128
HSL
53°, 97%, 75%
CMYK
0, 6, 49, 1
Luminance
0.8359
Every format
| HEX | #fdee80 |
| RGB | rgb(253, 238, 128) |
| HSL | hsl(53, 97%, 75%) |
| CMYK | cmyk(0%, 6%, 49%, 1%) |
| LAB | lab(93.3 -9.0 54.6) |
| LCH | lch(93.3 55.3 99.4) |
| OKLCH | oklch(0.939 0.132 101.6) |
Copy-ready code
/* CSS */
color: #fdee80;
background-color: #fdee80;
/* Tailwind (arbitrary) */
class="text-[#fdee80] bg-[#fdee80]"
/* SCSS */
$brand: #fdee80;
/* SwiftUI */
Color(red: 0.992, green: 0.933, blue: 0.502)
/* Android */
Color.parseColor("#fdee80")Accessibility — WCAG contrast
Aa
#fdee80 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdee80 on black: 17.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green93.3%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow49.4%
Key (black)0.8%
Color previews
#fdee80 text on a black background
contrast 17.72:1
Card sample
#fdee80 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdee80;
Background color
Panel with #fdee80 background
background-color: #fdee80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdee80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 238, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 238, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdee80; background: linear-gradient(135deg, #fdee80, #B9FD80);