#fdfb9c
a light, electric yellow · cool · closest name: khaki
RGB
253, 251, 156
HSL
59°, 96%, 80%
CMYK
0, 1, 38, 1
Luminance
0.9228
Every format
| HEX | #fdfb9c |
| RGB | rgb(253, 251, 156) |
| HSL | hsl(59, 96%, 80%) |
| CMYK | cmyk(0%, 1%, 38%, 1%) |
| LAB | lab(96.9 -12.7 45.8) |
| LCH | lch(96.9 47.5 105.5) |
| OKLCH | oklch(0.969 0.117 107.4) |
Copy-ready code
/* CSS */
color: #fdfb9c;
background-color: #fdfb9c;
/* Tailwind (arbitrary) */
class="text-[#fdfb9c] bg-[#fdfb9c]"
/* SCSS */
$brand: #fdfb9c;
/* SwiftUI */
Color(red: 0.992, green: 0.984, blue: 0.612)
/* Android */
Color.parseColor("#fdfb9c")Accessibility — WCAG contrast
Aa
#fdfb9c on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfb9c on black: 19.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.4%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow38.3%
Key (black)0.8%
Color previews
#fdfb9c text on a black background
contrast 19.46:1
Card sample
#fdfb9c text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfb9c;
Background color
Panel with #fdfb9c background
background-color: #fdfb9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfb9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 251, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 251, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfb9c; background: linear-gradient(135deg, #fdfb9c, #BEFD9C);