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