#fdf898
a light, electric yellow · cool · closest name: khaki
RGB
253, 248, 152
HSL
57°, 96%, 79%
CMYK
0, 2, 40, 1
Luminance
0.9028
Every format
| HEX | #fdf898 |
| RGB | rgb(253, 248, 152) |
| HSL | hsl(57, 96%, 79%) |
| CMYK | cmyk(0%, 2%, 40%, 1%) |
| LAB | lab(96.1 -11.7 46.6) |
| LCH | lch(96.1 48.1 104.0) |
| OKLCH | oklch(0.962 0.118 105.8) |
Copy-ready code
/* CSS */
color: #fdf898;
background-color: #fdf898;
/* Tailwind (arbitrary) */
class="text-[#fdf898] bg-[#fdf898]"
/* SCSS */
$brand: #fdf898;
/* SwiftUI */
Color(red: 0.992, green: 0.973, blue: 0.596)
/* Android */
Color.parseColor("#fdf898")Accessibility — WCAG contrast
Aa
#fdf898 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf898 on black: 19.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green97.3%
Blue59.6%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow39.9%
Key (black)0.8%
Color previews
#fdf898 text on a black background
contrast 19.06:1
Card sample
#fdf898 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf898;
Background color
Panel with #fdf898 background
background-color: #fdf898;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf898;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 248, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 248, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf898; background: linear-gradient(135deg, #fdf898, #BFFD98);