#fdec52
a light, electric yellow · cool · closest name: gold
RGB
253, 236, 82
HSL
54°, 98%, 66%
CMYK
0, 7, 68, 1
Luminance
0.8148
Every format
| HEX | #fdec52 |
| RGB | rgb(253, 236, 82) |
| HSL | hsl(54, 98%, 66%) |
| CMYK | cmyk(0%, 7%, 68%, 1%) |
| LAB | lab(92.3 -11.2 73.3) |
| LCH | lch(92.3 74.1 98.7) |
| OKLCH | oklch(0.930 0.168 102.9) |
Copy-ready code
/* CSS */
color: #fdec52;
background-color: #fdec52;
/* Tailwind (arbitrary) */
class="text-[#fdec52] bg-[#fdec52]"
/* SCSS */
$brand: #fdec52;
/* SwiftUI */
Color(red: 0.992, green: 0.925, blue: 0.322)
/* Android */
Color.parseColor("#fdec52")Accessibility — WCAG contrast
Aa
#fdec52 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdec52 on black: 17.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green92.5%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow67.6%
Key (black)0.8%
Color previews
#fdec52 text on a black background
contrast 17.30:1
Card sample
#fdec52 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdec52;
Background color
Panel with #fdec52 background
background-color: #fdec52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdec52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 236, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 236, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdec52; background: linear-gradient(135deg, #fdec52, #9CFD52);