#fdf429
a balanced, electric yellow · cool · closest name: yellow
RGB
253, 244, 41
HSL
58°, 98%, 58%
CMYK
0, 4, 84, 1
Luminance
0.8574
Every format
| HEX | #fdf429 |
| RGB | rgb(253, 244, 41) |
| HSL | hsl(58, 98%, 58%) |
| CMYK | cmyk(0%, 4%, 84%, 1%) |
| LAB | lab(94.2 -16.6 87.2) |
| LCH | lch(94.2 88.8 100.8) |
| OKLCH | oklch(0.944 0.195 106.8) |
Copy-ready code
/* CSS */
color: #fdf429;
background-color: #fdf429;
/* Tailwind (arbitrary) */
class="text-[#fdf429] bg-[#fdf429]"
/* SCSS */
$brand: #fdf429;
/* SwiftUI */
Color(red: 0.992, green: 0.957, blue: 0.161)
/* Android */
Color.parseColor("#fdf429")Accessibility — WCAG contrast
Aa
#fdf429 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf429 on black: 18.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green95.7%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta3.6%
Yellow83.8%
Key (black)0.8%
Color previews
#fdf429 text on a black background
contrast 18.15:1
Card sample
#fdf429 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf429;
Background color
Panel with #fdf429 background
background-color: #fdf429;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf429;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 244, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 244, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf429; background: linear-gradient(135deg, #fdf429, #78FD29);