#fdfc95
a light, electric yellow · cool · closest name: khaki
RGB
253, 252, 149
HSL
59°, 96%, 79%
CMYK
0, 0, 41, 1
Luminance
0.9267
Every format
| HEX | #fdfc95 |
| RGB | rgb(253, 252, 149) |
| HSL | hsl(59, 96%, 79%) |
| CMYK | cmyk(0%, 0%, 41%, 1%) |
| LAB | lab(97.1 -13.9 49.3) |
| LCH | lch(97.1 51.3 105.8) |
| OKLCH | oklch(0.970 0.126 108.0) |
Copy-ready code
/* CSS */
color: #fdfc95;
background-color: #fdfc95;
/* Tailwind (arbitrary) */
class="text-[#fdfc95] bg-[#fdfc95]"
/* SCSS */
$brand: #fdfc95;
/* SwiftUI */
Color(red: 0.992, green: 0.988, blue: 0.584)
/* Android */
Color.parseColor("#fdfc95")Accessibility — WCAG contrast
Aa
#fdfc95 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfc95 on black: 19.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.8%
Blue58.4%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow41.1%
Key (black)0.8%
Color previews
#fdfc95 text on a black background
contrast 19.53:1
Card sample
#fdfc95 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfc95;
Background color
Panel with #fdfc95 background
background-color: #fdfc95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfc95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 252, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 252, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfc95; background: linear-gradient(135deg, #fdfc95, #B9FD95);