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