#fdee52
a light, electric yellow · cool · closest name: gold
RGB
253, 238, 82
HSL
55°, 98%, 66%
CMYK
0, 6, 68, 1
Luminance
0.8264
Every format
| HEX | #fdee52 |
| RGB | rgb(253, 238, 82) |
| HSL | hsl(55, 98%, 66%) |
| CMYK | cmyk(0%, 6%, 68%, 1%) |
| LAB | lab(92.9 -12.1 73.8) |
| LCH | lch(92.9 74.8 99.3) |
| OKLCH | oklch(0.934 0.170 103.8) |
Copy-ready code
/* CSS */
color: #fdee52;
background-color: #fdee52;
/* Tailwind (arbitrary) */
class="text-[#fdee52] bg-[#fdee52]"
/* SCSS */
$brand: #fdee52;
/* SwiftUI */
Color(red: 0.992, green: 0.933, blue: 0.322)
/* Android */
Color.parseColor("#fdee52")Accessibility — WCAG contrast
Aa
#fdee52 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdee52 on black: 17.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green93.3%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow67.6%
Key (black)0.8%
Color previews
#fdee52 text on a black background
contrast 17.53:1
Card sample
#fdee52 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdee52;
Background color
Panel with #fdee52 background
background-color: #fdee52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdee52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 238, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 238, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdee52; background: linear-gradient(135deg, #fdee52, #9AFD52);