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