#fdfe2f
a balanced, electric yellow · cool · closest name: yellow
RGB
253, 254, 47
HSL
60°, 99%, 59%
CMYK
0, 0, 82, 0
Luminance
0.9197
Every format
| HEX | #fdfe2f |
| RGB | rgb(253, 254, 47) |
| HSL | hsl(60, 99%, 59%) |
| CMYK | cmyk(0%, 0%, 82%, 0%) |
| LAB | lab(96.8 -21.2 88.1) |
| LCH | lch(96.8 90.6 103.5) |
| OKLCH | oklch(0.965 0.202 109.9) |
Copy-ready code
/* CSS */
color: #fdfe2f;
background-color: #fdfe2f;
/* Tailwind (arbitrary) */
class="text-[#fdfe2f] bg-[#fdfe2f]"
/* SCSS */
$brand: #fdfe2f;
/* SwiftUI */
Color(red: 0.992, green: 0.996, blue: 0.184)
/* Android */
Color.parseColor("#fdfe2f")Accessibility — WCAG contrast
Aa
#fdfe2f on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfe2f on black: 19.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green99.6%
Blue18.4%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow81.5%
Key (black)0.4%
Color previews
#fdfe2f text on a black background
contrast 19.39:1
Card sample
#fdfe2f text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfe2f;
Background color
Panel with #fdfe2f background
background-color: #fdfe2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfe2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 254, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 254, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfe2f; background: linear-gradient(135deg, #fdfe2f, #73FE2F);