#fdfd9f
a light, electric yellow · cool · closest name: khaki
RGB
253, 253, 159
HSL
60°, 96%, 81%
CMYK
0, 0, 37, 1
Luminance
0.9364
Every format
| HEX | #fdfd9f |
| RGB | rgb(253, 253, 159) |
| HSL | hsl(60, 96%, 81%) |
| CMYK | cmyk(0%, 0%, 37%, 1%) |
| LAB | lab(97.5 -13.4 45.0) |
| LCH | lch(97.5 46.9 106.6) |
| OKLCH | oklch(0.974 0.116 108.4) |
Copy-ready code
/* CSS */
color: #fdfd9f;
background-color: #fdfd9f;
/* Tailwind (arbitrary) */
class="text-[#fdfd9f] bg-[#fdfd9f]"
/* SCSS */
$brand: #fdfd9f;
/* SwiftUI */
Color(red: 0.992, green: 0.992, blue: 0.624)
/* Android */
Color.parseColor("#fdfd9f")Accessibility — WCAG contrast
Aa
#fdfd9f on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfd9f on black: 19.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green99.2%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow37.2%
Key (black)0.8%
Color previews
#fdfd9f text on a black background
contrast 19.73:1
Card sample
#fdfd9f text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfd9f;
Background color
Panel with #fdfd9f background
background-color: #fdfd9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfd9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 253, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 253, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfd9f; background: linear-gradient(135deg, #fdfd9f, #BEFD9F);