#fdfcb9
a pale, electric yellow · cool · closest name: khaki
RGB
253, 252, 185
HSL
59°, 94%, 86%
CMYK
0, 0, 27, 1
Luminance
0.9401
Every format
| HEX | #fdfcb9 |
| RGB | rgb(253, 252, 185) |
| HSL | hsl(59, 94%, 86%) |
| CMYK | cmyk(0%, 0%, 27%, 1%) |
| LAB | lab(97.6 -9.8 32.3) |
| LCH | lch(97.6 33.8 106.9) |
| OKLCH | oklch(0.976 0.085 107.2) |
Copy-ready code
/* CSS */
color: #fdfcb9;
background-color: #fdfcb9;
/* Tailwind (arbitrary) */
class="text-[#fdfcb9] bg-[#fdfcb9]"
/* SCSS */
$brand: #fdfcb9;
/* SwiftUI */
Color(red: 0.992, green: 0.988, blue: 0.725)
/* Android */
Color.parseColor("#fdfcb9")Accessibility — WCAG contrast
Aa
#fdfcb9 on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfcb9 on black: 19.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.8%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow26.9%
Key (black)0.8%
Color previews
#fdfcb9 text on a black background
contrast 19.80:1
Card sample
#fdfcb9 text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfcb9;
Background color
Panel with #fdfcb9 background
background-color: #fdfcb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfcb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 252, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 252, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfcb9; background: linear-gradient(135deg, #fdfcb9, #D1FDB9);