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