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