#fcfbcf
a pale, electric yellow · cool · closest name: beige
RGB
252, 251, 207
HSL
59°, 88%, 90%
CMYK
0, 0, 18, 1
Luminance
0.9419
Every format
| HEX | #fcfbcf |
| RGB | rgb(252, 251, 207) |
| HSL | hsl(59, 88%, 90%) |
| CMYK | cmyk(0%, 0%, 18%, 1%) |
| LAB | lab(97.7 -6.7 21.3) |
| LCH | lch(97.7 22.3 107.5) |
| OKLCH | oklch(0.978 0.057 106.3) |
Copy-ready code
/* CSS */
color: #fcfbcf;
background-color: #fcfbcf;
/* Tailwind (arbitrary) */
class="text-[#fcfbcf] bg-[#fcfbcf]"
/* SCSS */
$brand: #fcfbcf;
/* SwiftUI */
Color(red: 0.988, green: 0.984, blue: 0.812)
/* Android */
Color.parseColor("#fcfbcf")Accessibility — WCAG contrast
Aa
#fcfbcf on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfbcf on black: 19.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green98.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow17.9%
Key (black)1.2%
Color previews
#fcfbcf text on a black background
contrast 19.84:1
Card sample
#fcfbcf text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfbcf;
Background color
Panel with #fcfbcf background
background-color: #fcfbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 251, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 251, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfbcf; background: linear-gradient(135deg, #fcfbcf, #DFFCCF);