#fdf979
a light, electric yellow · cool · closest name: khaki
RGB
253, 249, 121
HSL
58°, 97%, 73%
CMYK
0, 2, 52, 1
Luminance
0.9001
Every format
| HEX | #fdf979 |
| RGB | rgb(253, 249, 121) |
| HSL | hsl(58, 97%, 73%) |
| CMYK | cmyk(0%, 2%, 52%, 1%) |
| LAB | lab(96.0 -15.0 61.0) |
| LCH | lch(96.0 62.8 103.8) |
| OKLCH | oklch(0.960 0.150 107.3) |
Copy-ready code
/* CSS */
color: #fdf979;
background-color: #fdf979;
/* Tailwind (arbitrary) */
class="text-[#fdf979] bg-[#fdf979]"
/* SCSS */
$brand: #fdf979;
/* SwiftUI */
Color(red: 0.992, green: 0.976, blue: 0.475)
/* Android */
Color.parseColor("#fdf979")Accessibility — WCAG contrast
Aa
#fdf979 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf979 on black: 19.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green97.6%
Blue47.5%
CMYK percentages
Cyan0.0%
Magenta1.6%
Yellow52.2%
Key (black)0.8%
Color previews
#fdf979 text on a black background
contrast 19.00:1
Card sample
#fdf979 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf979;
Background color
Panel with #fdf979 background
background-color: #fdf979;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf979;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 249, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 249, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf979; background: linear-gradient(135deg, #fdf979, #A9FD79);