#fdfe76
a light, electric yellow · cool · closest name: khaki
RGB
253, 254, 118
HSL
60°, 99%, 73%
CMYK
0, 0, 54, 0
Luminance
0.9307
Every format
| HEX | #fdfe76 |
| RGB | rgb(253, 254, 118) |
| HSL | hsl(60, 99%, 73%) |
| CMYK | cmyk(0%, 0%, 54%, 0%) |
| LAB | lab(97.3 -17.6 63.8) |
| LCH | lch(97.3 66.2 105.4) |
| OKLCH | oklch(0.970 0.158 109.4) |
Copy-ready code
/* CSS */
color: #fdfe76;
background-color: #fdfe76;
/* Tailwind (arbitrary) */
class="text-[#fdfe76] bg-[#fdfe76]"
/* SCSS */
$brand: #fdfe76;
/* SwiftUI */
Color(red: 0.992, green: 0.996, blue: 0.463)
/* Android */
Color.parseColor("#fdfe76")Accessibility — WCAG contrast
Aa
#fdfe76 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfe76 on black: 19.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green99.6%
Blue46.3%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow53.5%
Key (black)0.4%
Color previews
#fdfe76 text on a black background
contrast 19.61:1
Card sample
#fdfe76 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfe76;
Background color
Panel with #fdfe76 background
background-color: #fdfe76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfe76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 254, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 254, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfe76; background: linear-gradient(135deg, #fdfe76, #A2FE76);