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