#fdf528
a balanced, electric yellow · cool · closest name: yellow
RGB
253, 245, 40
HSL
58°, 98%, 58%
CMYK
0, 3, 84, 1
Luminance
0.8634
Every format
| HEX | #fdf528 |
| RGB | rgb(253, 245, 40) |
| HSL | hsl(58, 98%, 58%) |
| CMYK | cmyk(0%, 3%, 84%, 1%) |
| LAB | lab(94.5 -17.1 87.6) |
| LCH | lch(94.5 89.3 101.0) |
| OKLCH | oklch(0.946 0.196 107.1) |
Copy-ready code
/* CSS */
color: #fdf528;
background-color: #fdf528;
/* Tailwind (arbitrary) */
class="text-[#fdf528] bg-[#fdf528]"
/* SCSS */
$brand: #fdf528;
/* SwiftUI */
Color(red: 0.992, green: 0.961, blue: 0.157)
/* Android */
Color.parseColor("#fdf528")Accessibility — WCAG contrast
Aa
#fdf528 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf528 on black: 18.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green96.1%
Blue15.7%
CMYK percentages
Cyan0.0%
Magenta3.2%
Yellow84.2%
Key (black)0.8%
Color previews
#fdf528 text on a black background
contrast 18.27:1
Card sample
#fdf528 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf528;
Background color
Panel with #fdf528 background
background-color: #fdf528;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf528;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 245, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 245, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf528; background: linear-gradient(135deg, #fdf528, #77FD28);