#fded4f
a light, electric yellow · cool · closest name: gold
RGB
253, 237, 79
HSL
55°, 98%, 65%
CMYK
0, 6, 69, 1
Luminance
0.8202
Every format
| HEX | #fded4f |
| RGB | rgb(253, 237, 79) |
| HSL | hsl(55, 98%, 65%) |
| CMYK | cmyk(0%, 6%, 69%, 1%) |
| LAB | lab(92.6 -11.8 74.6) |
| LCH | lch(92.6 75.6 99.0) |
| OKLCH | oklch(0.932 0.171 103.5) |
Copy-ready code
/* CSS */
color: #fded4f;
background-color: #fded4f;
/* Tailwind (arbitrary) */
class="text-[#fded4f] bg-[#fded4f]"
/* SCSS */
$brand: #fded4f;
/* SwiftUI */
Color(red: 0.992, green: 0.929, blue: 0.310)
/* Android */
Color.parseColor("#fded4f")Accessibility — WCAG contrast
Aa
#fded4f on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fded4f on black: 17.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green92.9%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow68.8%
Key (black)0.8%
Color previews
#fded4f text on a black background
contrast 17.40:1
Card sample
#fded4f text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fded4f;
Background color
Panel with #fded4f background
background-color: #fded4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fded4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 237, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 237, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fded4f; background: linear-gradient(135deg, #fded4f, #99FD4F);