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