#fdf99e
a light, electric yellow · cool · closest name: khaki
RGB
253, 249, 158
HSL
58°, 96%, 81%
CMYK
0, 2, 38, 1
Luminance
0.9110
Every format
| HEX | #fdf99e |
| RGB | rgb(253, 249, 158) |
| HSL | hsl(58, 96%, 81%) |
| CMYK | cmyk(0%, 2%, 38%, 1%) |
| LAB | lab(96.5 -11.5 44.2) |
| LCH | lch(96.5 45.6 104.6) |
| OKLCH | oklch(0.965 0.113 106.2) |
Copy-ready code
/* CSS */
color: #fdf99e;
background-color: #fdf99e;
/* Tailwind (arbitrary) */
class="text-[#fdf99e] bg-[#fdf99e]"
/* SCSS */
$brand: #fdf99e;
/* SwiftUI */
Color(red: 0.992, green: 0.976, blue: 0.620)
/* Android */
Color.parseColor("#fdf99e")Accessibility — WCAG contrast
Aa
#fdf99e on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf99e on black: 19.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green97.6%
Blue62.0%
CMYK percentages
Cyan0.0%
Magenta1.6%
Yellow37.5%
Key (black)0.8%
Color previews
#fdf99e text on a black background
contrast 19.22:1
Card sample
#fdf99e text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf99e;
Background color
Panel with #fdf99e background
background-color: #fdf99e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf99e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 249, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 249, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf99e; background: linear-gradient(135deg, #fdf99e, #C2FD9E);