#fded5f
a light, electric yellow · cool · closest name: gold
RGB
253, 237, 95
HSL
54°, 98%, 68%
CMYK
0, 6, 63, 1
Luminance
0.8228
Every format
| HEX | #fded5f |
| RGB | rgb(253, 237, 95) |
| HSL | hsl(54, 98%, 68%) |
| CMYK | cmyk(0%, 6%, 63%, 1%) |
| LAB | lab(92.7 -10.9 68.5) |
| LCH | lch(92.7 69.4 99.1) |
| OKLCH | oklch(0.933 0.160 102.9) |
Copy-ready code
/* CSS */
color: #fded5f;
background-color: #fded5f;
/* Tailwind (arbitrary) */
class="text-[#fded5f] bg-[#fded5f]"
/* SCSS */
$brand: #fded5f;
/* SwiftUI */
Color(red: 0.992, green: 0.929, blue: 0.373)
/* Android */
Color.parseColor("#fded5f")Accessibility — WCAG contrast
Aa
#fded5f on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fded5f on black: 17.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green92.9%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow62.5%
Key (black)0.8%
Color previews
#fded5f text on a black background
contrast 17.46:1
Card sample
#fded5f text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fded5f;
Background color
Panel with #fded5f background
background-color: #fded5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fded5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 237, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 237, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fded5f; background: linear-gradient(135deg, #fded5f, #A4FD5F);