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