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