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