#fdff49
a balanced, electric yellow · cool · closest name: yellow
RGB
253, 255, 73
HSL
61°, 100%, 64%
CMYK
1, 0, 71, 0
Luminance
0.9288
Every format
| HEX | #fdff49 |
| RGB | rgb(253, 255, 73) |
| HSL | hsl(61, 100%, 64%) |
| CMYK | cmyk(1%, 0%, 71%, 0%) |
| LAB | lab(97.2 -20.8 81.2) |
| LCH | lch(97.2 83.8 104.4) |
| OKLCH | oklch(0.969 0.191 110.1) |
Copy-ready code
/* CSS */
color: #fdff49;
background-color: #fdff49;
/* Tailwind (arbitrary) */
class="text-[#fdff49] bg-[#fdff49]"
/* SCSS */
$brand: #fdff49;
/* SwiftUI */
Color(red: 0.992, green: 1.000, blue: 0.286)
/* Android */
Color.parseColor("#fdff49")Accessibility — WCAG contrast
Aa
#fdff49 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdff49 on black: 19.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green100.0%
Blue28.6%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow71.4%
Key (black)0.0%
Color previews
#fdff49 text on a black background
contrast 19.58:1
Card sample
#fdff49 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdff49;
Background color
Panel with #fdff49 background
background-color: #fdff49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdff49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 255, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 255, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdff49; background: linear-gradient(135deg, #fdff49, #83FF49);