#fdf98e
a light, electric yellow · cool · closest name: khaki
RGB
253, 249, 142
HSL
58°, 97%, 78%
CMYK
0, 2, 44, 1
Luminance
0.9059
Every format
| HEX | #fdf98e |
| RGB | rgb(253, 249, 142) |
| HSL | hsl(58, 97%, 78%) |
| CMYK | cmyk(0%, 2%, 44%, 1%) |
| LAB | lab(96.2 -13.2 51.6) |
| LCH | lch(96.2 53.3 104.3) |
| OKLCH | oklch(0.963 0.130 106.7) |
Copy-ready code
/* CSS */
color: #fdf98e;
background-color: #fdf98e;
/* Tailwind (arbitrary) */
class="text-[#fdf98e] bg-[#fdf98e]"
/* SCSS */
$brand: #fdf98e;
/* SwiftUI */
Color(red: 0.992, green: 0.976, blue: 0.557)
/* Android */
Color.parseColor("#fdf98e")Accessibility — WCAG contrast
Aa
#fdf98e on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf98e on black: 19.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green97.6%
Blue55.7%
CMYK percentages
Cyan0.0%
Magenta1.6%
Yellow43.9%
Key (black)0.8%
Color previews
#fdf98e text on a black background
contrast 19.12:1
Card sample
#fdf98e text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf98e;
Background color
Panel with #fdf98e background
background-color: #fdf98e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf98e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 249, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 249, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf98e; background: linear-gradient(135deg, #fdf98e, #B7FD8E);