#fdef49
a balanced, electric yellow · cool · closest name: gold
RGB
253, 239, 73
HSL
55°, 98%, 64%
CMYK
0, 6, 71, 1
Luminance
0.8310
Every format
| HEX | #fdef49 |
| RGB | rgb(253, 239, 73) |
| HSL | hsl(55, 98%, 64%) |
| CMYK | cmyk(0%, 6%, 71%, 1%) |
| LAB | lab(93.1 -13.1 77.2) |
| LCH | lch(93.1 78.3 99.6) |
| OKLCH | oklch(0.936 0.176 104.4) |
Copy-ready code
/* CSS */
color: #fdef49;
background-color: #fdef49;
/* Tailwind (arbitrary) */
class="text-[#fdef49] bg-[#fdef49]"
/* SCSS */
$brand: #fdef49;
/* SwiftUI */
Color(red: 0.992, green: 0.937, blue: 0.286)
/* Android */
Color.parseColor("#fdef49")Accessibility — WCAG contrast
Aa
#fdef49 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdef49 on black: 17.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green93.7%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow71.1%
Key (black)0.8%
Color previews
#fdef49 text on a black background
contrast 17.62:1
Card sample
#fdef49 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdef49;
Background color
Panel with #fdef49 background
background-color: #fdef49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdef49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 239, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 239, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdef49; background: linear-gradient(135deg, #fdef49, #93FD49);