#fdfe50
a light, electric yellow · cool · closest name: yellow
RGB
253, 254, 80
HSL
60°, 99%, 66%
CMYK
0, 0, 69, 0
Luminance
0.9235
Every format
| HEX | #fdfe50 |
| RGB | rgb(253, 254, 80) |
| HSL | hsl(60, 99%, 66%) |
| CMYK | cmyk(0%, 0%, 69%, 0%) |
| LAB | lab(97.0 -20.0 78.6) |
| LCH | lch(97.0 81.1 104.3) |
| OKLCH | oklch(0.967 0.186 109.7) |
Copy-ready code
/* CSS */
color: #fdfe50;
background-color: #fdfe50;
/* Tailwind (arbitrary) */
class="text-[#fdfe50] bg-[#fdfe50]"
/* SCSS */
$brand: #fdfe50;
/* SwiftUI */
Color(red: 0.992, green: 0.996, blue: 0.314)
/* Android */
Color.parseColor("#fdfe50")Accessibility — WCAG contrast
Aa
#fdfe50 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfe50 on black: 19.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green99.6%
Blue31.4%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow68.5%
Key (black)0.4%
Color previews
#fdfe50 text on a black background
contrast 19.47:1
Card sample
#fdfe50 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfe50;
Background color
Panel with #fdfe50 background
background-color: #fdfe50;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfe50;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 254, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 254, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfe50; background: linear-gradient(135deg, #fdfe50, #89FE50);