#fdf929
a balanced, electric yellow · cool · closest name: yellow
RGB
253, 249, 41
HSL
59°, 98%, 58%
CMYK
0, 2, 84, 1
Luminance
0.8879
Every format
| HEX | #fdf929 |
| RGB | rgb(253, 249, 41) |
| HSL | hsl(59, 98%, 58%) |
| CMYK | cmyk(0%, 2%, 84%, 1%) |
| LAB | lab(95.5 -19.0 88.3) |
| LCH | lch(95.5 90.3 102.1) |
| OKLCH | oklch(0.955 0.199 108.4) |
Copy-ready code
/* CSS */
color: #fdf929;
background-color: #fdf929;
/* Tailwind (arbitrary) */
class="text-[#fdf929] bg-[#fdf929]"
/* SCSS */
$brand: #fdf929;
/* SwiftUI */
Color(red: 0.992, green: 0.976, blue: 0.161)
/* Android */
Color.parseColor("#fdf929")Accessibility — WCAG contrast
Aa
#fdf929 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf929 on black: 18.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green97.6%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta1.6%
Yellow83.8%
Key (black)0.8%
Color previews
#fdf929 text on a black background
contrast 18.76:1
Card sample
#fdf929 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf929;
Background color
Panel with #fdf929 background
background-color: #fdf929;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf929;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 249, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 249, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf929; background: linear-gradient(135deg, #fdf929, #73FD29);