#fdfc9b
a light, electric yellow · cool · closest name: khaki
RGB
253, 252, 155
HSL
59°, 96%, 80%
CMYK
0, 0, 39, 1
Luminance
0.9287
Every format
| HEX | #fdfc9b |
| RGB | rgb(253, 252, 155) |
| HSL | hsl(59, 96%, 80%) |
| CMYK | cmyk(0%, 0%, 39%, 1%) |
| LAB | lab(97.2 -13.3 46.5) |
| LCH | lch(97.2 48.4 106.0) |
| OKLCH | oklch(0.971 0.119 107.9) |
Copy-ready code
/* CSS */
color: #fdfc9b;
background-color: #fdfc9b;
/* Tailwind (arbitrary) */
class="text-[#fdfc9b] bg-[#fdfc9b]"
/* SCSS */
$brand: #fdfc9b;
/* SwiftUI */
Color(red: 0.992, green: 0.988, blue: 0.608)
/* Android */
Color.parseColor("#fdfc9b")Accessibility — WCAG contrast
Aa
#fdfc9b on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfc9b on black: 19.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.8%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow38.7%
Key (black)0.8%
Color previews
#fdfc9b text on a black background
contrast 19.57:1
Card sample
#fdfc9b text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfc9b;
Background color
Panel with #fdfc9b background
background-color: #fdfc9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfc9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 252, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 252, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfc9b; background: linear-gradient(135deg, #fdfc9b, #BDFD9B);