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