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