#fdf078
a light, electric yellow · cool · closest name: khaki
RGB
253, 240, 120
HSL
54°, 97%, 73%
CMYK
0, 5, 53, 1
Luminance
0.8456
Every format
| HEX | #fdf078 |
| RGB | rgb(253, 240, 120) |
| HSL | hsl(54, 97%, 73%) |
| CMYK | cmyk(0%, 5%, 53%, 1%) |
| LAB | lab(93.7 -10.7 58.8) |
| LCH | lch(93.7 59.8 100.3) |
| OKLCH | oklch(0.942 0.142 103.1) |
Copy-ready code
/* CSS */
color: #fdf078;
background-color: #fdf078;
/* Tailwind (arbitrary) */
class="text-[#fdf078] bg-[#fdf078]"
/* SCSS */
$brand: #fdf078;
/* SwiftUI */
Color(red: 0.992, green: 0.941, blue: 0.471)
/* Android */
Color.parseColor("#fdf078")Accessibility — WCAG contrast
Aa
#fdf078 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf078 on black: 17.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green94.1%
Blue47.1%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow52.6%
Key (black)0.8%
Color previews
#fdf078 text on a black background
contrast 17.91:1
Card sample
#fdf078 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf078;
Background color
Panel with #fdf078 background
background-color: #fdf078;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf078;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 240, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 240, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf078; background: linear-gradient(135deg, #fdf078, #B1FD78);