#fdfe80
a light, electric yellow · cool · closest name: khaki
RGB
253, 254, 128
HSL
61°, 98%, 75%
CMYK
0, 0, 50, 0
Luminance
0.9332
Every format
| HEX | #fdfe80 |
| RGB | rgb(253, 254, 128) |
| HSL | hsl(61, 98%, 75%) |
| CMYK | cmyk(0%, 0%, 50%, 0%) |
| LAB | lab(97.4 -16.8 59.5) |
| LCH | lch(97.4 61.8 105.8) |
| OKLCH | oklch(0.971 0.148 109.3) |
Copy-ready code
/* CSS */
color: #fdfe80;
background-color: #fdfe80;
/* Tailwind (arbitrary) */
class="text-[#fdfe80] bg-[#fdfe80]"
/* SCSS */
$brand: #fdfe80;
/* SwiftUI */
Color(red: 0.992, green: 0.996, blue: 0.502)
/* Android */
Color.parseColor("#fdfe80")Accessibility — WCAG contrast
Aa
#fdfe80 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfe80 on black: 19.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green99.6%
Blue50.2%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow49.6%
Key (black)0.4%
Color previews
#fdfe80 text on a black background
contrast 19.66:1
Card sample
#fdfe80 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfe80;
Background color
Panel with #fdfe80 background
background-color: #fdfe80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfe80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 254, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 254, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfe80; background: linear-gradient(135deg, #fdfe80, #A9FE80);