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