#fdfbab
a light, electric yellow · cool · closest name: khaki
RGB
253, 251, 171
HSL
59°, 95%, 83%
CMYK
0, 1, 32, 1
Luminance
0.9282
Every format
| HEX | #fdfbab |
| RGB | rgb(253, 251, 171) |
| HSL | hsl(59, 95%, 83%) |
| CMYK | cmyk(0%, 1%, 32%, 1%) |
| LAB | lab(97.2 -11.1 38.7) |
| LCH | lch(97.2 40.2 106.0) |
| OKLCH | oklch(0.972 0.100 106.9) |
Copy-ready code
/* CSS */
color: #fdfbab;
background-color: #fdfbab;
/* Tailwind (arbitrary) */
class="text-[#fdfbab] bg-[#fdfbab]"
/* SCSS */
$brand: #fdfbab;
/* SwiftUI */
Color(red: 0.992, green: 0.984, blue: 0.671)
/* Android */
Color.parseColor("#fdfbab")Accessibility — WCAG contrast
Aa
#fdfbab on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfbab on black: 19.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.4%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow32.4%
Key (black)0.8%
Color previews
#fdfbab text on a black background
contrast 19.56:1
Card sample
#fdfbab text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfbab;
Background color
Panel with #fdfbab background
background-color: #fdfbab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfbab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 251, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 251, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfbab; background: linear-gradient(135deg, #fdfbab, #C8FDAB);