#fdfe49
a balanced, electric yellow · cool · closest name: yellow
RGB
253, 254, 73
HSL
60°, 99%, 64%
CMYK
0, 0, 71, 0
Luminance
0.9225
Every format
| HEX | #fdfe49 |
| RGB | rgb(253, 254, 73) |
| HSL | hsl(60, 99%, 64%) |
| CMYK | cmyk(0%, 0%, 71%, 0%) |
| LAB | lab(96.9 -20.3 80.9) |
| LCH | lch(96.9 83.4 104.1) |
| OKLCH | oklch(0.967 0.190 109.8) |
Copy-ready code
/* CSS */
color: #fdfe49;
background-color: #fdfe49;
/* Tailwind (arbitrary) */
class="text-[#fdfe49] bg-[#fdfe49]"
/* SCSS */
$brand: #fdfe49;
/* SwiftUI */
Color(red: 0.992, green: 0.996, blue: 0.286)
/* Android */
Color.parseColor("#fdfe49")Accessibility — WCAG contrast
Aa
#fdfe49 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfe49 on black: 19.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green99.6%
Blue28.6%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow71.3%
Key (black)0.4%
Color previews
#fdfe49 text on a black background
contrast 19.45:1
Card sample
#fdfe49 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfe49;
Background color
Panel with #fdfe49 background
background-color: #fdfe49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfe49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 254, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 254, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfe49; background: linear-gradient(135deg, #fdfe49, #84FE49);