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