#fcfbda
a pale, electric yellow · cool · closest name: beige
RGB
252, 251, 218
HSL
58°, 85%, 92%
CMYK
0, 0, 14, 1
Luminance
0.9475
Every format
| HEX | #fcfbda |
| RGB | rgb(252, 251, 218) |
| HSL | hsl(58, 85%, 92%) |
| CMYK | cmyk(0%, 0%, 14%, 1%) |
| LAB | lab(97.9 -5.1 16.0) |
| LCH | lch(97.9 16.8 107.7) |
| OKLCH | oklch(0.980 0.043 105.7) |
Copy-ready code
/* CSS */
color: #fcfbda;
background-color: #fcfbda;
/* Tailwind (arbitrary) */
class="text-[#fcfbda] bg-[#fcfbda]"
/* SCSS */
$brand: #fcfbda;
/* SwiftUI */
Color(red: 0.988, green: 0.984, blue: 0.855)
/* Android */
Color.parseColor("#fcfbda")Accessibility — WCAG contrast
Aa
#fcfbda on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfbda on black: 19.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green98.4%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow13.5%
Key (black)1.2%
Color previews
#fcfbda text on a black background
contrast 19.95:1
Card sample
#fcfbda text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfbda;
Background color
Panel with #fcfbda background
background-color: #fcfbda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfbda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 251, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 251, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfbda; background: linear-gradient(135deg, #fcfbda, #E6FCDA);