#fdfc82
a light, electric yellow · cool · closest name: khaki
RGB
253, 252, 130
HSL
60°, 97%, 75%
CMYK
0, 0, 49, 1
Luminance
0.9212
Every format
| HEX | #fdfc82 |
| RGB | rgb(253, 252, 130) |
| HSL | hsl(60, 97%, 75%) |
| CMYK | cmyk(0%, 0%, 49%, 1%) |
| LAB | lab(96.9 -15.7 58.0) |
| LCH | lch(96.9 60.1 105.2) |
| OKLCH | oklch(0.968 0.144 108.4) |
Copy-ready code
/* CSS */
color: #fdfc82;
background-color: #fdfc82;
/* Tailwind (arbitrary) */
class="text-[#fdfc82] bg-[#fdfc82]"
/* SCSS */
$brand: #fdfc82;
/* SwiftUI */
Color(red: 0.992, green: 0.988, blue: 0.510)
/* Android */
Color.parseColor("#fdfc82")Accessibility — WCAG contrast
Aa
#fdfc82 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfc82 on black: 19.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.8%
Blue51.0%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow48.6%
Key (black)0.8%
Color previews
#fdfc82 text on a black background
contrast 19.42:1
Card sample
#fdfc82 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfc82;
Background color
Panel with #fdfc82 background
background-color: #fdfc82;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfc82;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 252, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 252, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfc82; background: linear-gradient(135deg, #fdfc82, #ACFD82);