#fcf5df
a pale, electric yellow · cool · closest name: beige
RGB
252, 245, 223
HSL
46°, 83%, 93%
CMYK
0, 3, 12, 1
Luminance
0.9133
Every format
| HEX | #fcf5df |
| RGB | rgb(252, 245, 223) |
| HSL | hsl(46, 83%, 93%) |
| CMYK | cmyk(0%, 3%, 12%, 1%) |
| LAB | lab(96.5 -1.3 11.4) |
| LCH | lch(96.5 11.5 96.4) |
| OKLCH | oklch(0.970 0.030 92.3) |
Copy-ready code
/* CSS */
color: #fcf5df;
background-color: #fcf5df;
/* Tailwind (arbitrary) */
class="text-[#fcf5df] bg-[#fcf5df]"
/* SCSS */
$brand: #fcf5df;
/* SwiftUI */
Color(red: 0.988, green: 0.961, blue: 0.875)
/* Android */
Color.parseColor("#fcf5df")Accessibility — WCAG contrast
Aa
#fcf5df on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf5df on black: 19.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green96.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta2.8%
Yellow11.5%
Key (black)1.2%
Color previews
#fcf5df text on a black background
contrast 19.27:1
Card sample
#fcf5df text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf5df;
Background color
Panel with #fcf5df background
background-color: #fcf5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 245, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 245, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf5df; background: linear-gradient(135deg, #fcf5df, #F0FCDF);