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