#fdf996
a light, electric yellow · cool · closest name: khaki
RGB
253, 249, 150
HSL
58°, 96%, 79%
CMYK
0, 2, 41, 1
Luminance
0.9084
Every format
| HEX | #fdf996 |
| RGB | rgb(253, 249, 150) |
| HSL | hsl(58, 96%, 79%) |
| CMYK | cmyk(0%, 2%, 41%, 1%) |
| LAB | lab(96.3 -12.4 47.9) |
| LCH | lch(96.3 49.5 104.5) |
| OKLCH | oklch(0.964 0.121 106.4) |
Copy-ready code
/* CSS */
color: #fdf996;
background-color: #fdf996;
/* Tailwind (arbitrary) */
class="text-[#fdf996] bg-[#fdf996]"
/* SCSS */
$brand: #fdf996;
/* SwiftUI */
Color(red: 0.992, green: 0.976, blue: 0.588)
/* Android */
Color.parseColor("#fdf996")Accessibility — WCAG contrast
Aa
#fdf996 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf996 on black: 19.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green97.6%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta1.6%
Yellow40.7%
Key (black)0.8%
Color previews
#fdf996 text on a black background
contrast 19.17:1
Card sample
#fdf996 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf996;
Background color
Panel with #fdf996 background
background-color: #fdf996;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf996;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 249, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 249, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf996; background: linear-gradient(135deg, #fdf996, #BCFD96);