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