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