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