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