#fcfbdf
a pale, electric yellow · cool · closest name: beige
RGB
252, 251, 223
HSL
58°, 83%, 93%
CMYK
0, 0, 12, 1
Luminance
0.9502
Every format
| HEX | #fcfbdf |
| RGB | rgb(252, 251, 223) |
| HSL | hsl(58, 83%, 93%) |
| CMYK | cmyk(0%, 0%, 12%, 1%) |
| LAB | lab(98.0 -4.3 13.6) |
| LCH | lch(98.0 14.2 107.6) |
| OKLCH | oklch(0.982 0.036 105.4) |
Copy-ready code
/* CSS */
color: #fcfbdf;
background-color: #fcfbdf;
/* Tailwind (arbitrary) */
class="text-[#fcfbdf] bg-[#fcfbdf]"
/* SCSS */
$brand: #fcfbdf;
/* SwiftUI */
Color(red: 0.988, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#fcfbdf")Accessibility — WCAG contrast
Aa
#fcfbdf on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfbdf on black: 20.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green98.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow11.5%
Key (black)1.2%
Color previews
#fcfbdf text on a black background
contrast 20.00:1
Card sample
#fcfbdf text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfbdf;
Background color
Panel with #fcfbdf background
background-color: #fcfbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfbdf; background: linear-gradient(135deg, #fcfbdf, #EAFCDF);