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