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