#fded2c
a balanced, electric yellow · cool · closest name: gold
RGB
253, 237, 44
HSL
55°, 98%, 58%
CMYK
0, 6, 83, 1
Luminance
0.8163
Every format
| HEX | #fded2c |
| RGB | rgb(253, 237, 44) |
| HSL | hsl(55, 98%, 58%) |
| CMYK | cmyk(0%, 6%, 83%, 1%) |
| LAB | lab(92.4 -13.1 85.0) |
| LCH | lch(92.4 86.0 98.8) |
| OKLCH | oklch(0.930 0.188 104.3) |
Copy-ready code
/* CSS */
color: #fded2c;
background-color: #fded2c;
/* Tailwind (arbitrary) */
class="text-[#fded2c] bg-[#fded2c]"
/* SCSS */
$brand: #fded2c;
/* SwiftUI */
Color(red: 0.992, green: 0.929, blue: 0.173)
/* Android */
Color.parseColor("#fded2c")Accessibility — WCAG contrast
Aa
#fded2c on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fded2c on black: 17.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green92.9%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow82.6%
Key (black)0.8%
Color previews
#fded2c text on a black background
contrast 17.33:1
Card sample
#fded2c text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fded2c;
Background color
Panel with #fded2c background
background-color: #fded2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fded2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 237, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 237, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fded2c; background: linear-gradient(135deg, #fded2c, #82FD2C);