#fdf778
a light, electric yellow · cool · closest name: khaki
RGB
253, 247, 120
HSL
57°, 97%, 73%
CMYK
0, 2, 53, 1
Luminance
0.8876
Every format
| HEX | #fdf778 |
| RGB | rgb(253, 247, 120) |
| HSL | hsl(57, 97%, 73%) |
| CMYK | cmyk(0%, 2%, 53%, 1%) |
| LAB | lab(95.5 -14.1 60.9) |
| LCH | lch(95.5 62.5 103.0) |
| OKLCH | oklch(0.956 0.149 106.4) |
Copy-ready code
/* CSS */
color: #fdf778;
background-color: #fdf778;
/* Tailwind (arbitrary) */
class="text-[#fdf778] bg-[#fdf778]"
/* SCSS */
$brand: #fdf778;
/* SwiftUI */
Color(red: 0.992, green: 0.969, blue: 0.471)
/* Android */
Color.parseColor("#fdf778")Accessibility — WCAG contrast
Aa
#fdf778 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf778 on black: 18.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green96.9%
Blue47.1%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow52.6%
Key (black)0.8%
Color previews
#fdf778 text on a black background
contrast 18.75:1
Card sample
#fdf778 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf778;
Background color
Panel with #fdf778 background
background-color: #fdf778;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf778;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 247, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 247, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf778; background: linear-gradient(135deg, #fdf778, #AAFD78);