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