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