#fdee64
a light, electric yellow · cool · closest name: khaki
RGB
253, 238, 100
HSL
54°, 98%, 69%
CMYK
0, 6, 61, 1
Luminance
0.8295
Every format
| HEX | #fdee64 |
| RGB | rgb(253, 238, 100) |
| HSL | hsl(54, 98%, 69%) |
| CMYK | cmyk(0%, 6%, 61%, 1%) |
| LAB | lab(93.0 -11.1 66.8) |
| LCH | lch(93.0 67.7 99.4) |
| OKLCH | oklch(0.936 0.157 103.1) |
Copy-ready code
/* CSS */
color: #fdee64;
background-color: #fdee64;
/* Tailwind (arbitrary) */
class="text-[#fdee64] bg-[#fdee64]"
/* SCSS */
$brand: #fdee64;
/* SwiftUI */
Color(red: 0.992, green: 0.933, blue: 0.392)
/* Android */
Color.parseColor("#fdee64")Accessibility — WCAG contrast
Aa
#fdee64 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdee64 on black: 17.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green93.3%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow60.5%
Key (black)0.8%
Color previews
#fdee64 text on a black background
contrast 17.59:1
Card sample
#fdee64 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdee64;
Background color
Panel with #fdee64 background
background-color: #fdee64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdee64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 238, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 238, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdee64; background: linear-gradient(135deg, #fdee64, #A6FD64);