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