#fdf49e
a light, electric yellow · cool · closest name: khaki
RGB
253, 244, 158
HSL
54°, 96%, 81%
CMYK
0, 4, 38, 1
Luminance
0.8805
Every format
| HEX | #fdf49e |
| RGB | rgb(253, 244, 158) |
| HSL | hsl(54, 96%, 81%) |
| CMYK | cmyk(0%, 4%, 38%, 1%) |
| LAB | lab(95.2 -9.1 42.5) |
| LCH | lch(95.2 43.5 102.0) |
| OKLCH | oklch(0.955 0.107 103.1) |
Copy-ready code
/* CSS */
color: #fdf49e;
background-color: #fdf49e;
/* Tailwind (arbitrary) */
class="text-[#fdf49e] bg-[#fdf49e]"
/* SCSS */
$brand: #fdf49e;
/* SwiftUI */
Color(red: 0.992, green: 0.957, blue: 0.620)
/* Android */
Color.parseColor("#fdf49e")Accessibility — WCAG contrast
Aa
#fdf49e on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf49e on black: 18.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green95.7%
Blue62.0%
CMYK percentages
Cyan0.0%
Magenta3.6%
Yellow37.5%
Key (black)0.8%
Color previews
#fdf49e text on a black background
contrast 18.61:1
Card sample
#fdf49e text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf49e;
Background color
Panel with #fdf49e background
background-color: #fdf49e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf49e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 244, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 244, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf49e; background: linear-gradient(135deg, #fdf49e, #C7FD9E);