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