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