#fcf5da
a pale, electric yellow · cool · closest name: beige
RGB
252, 245, 218
HSL
48°, 85%, 92%
CMYK
0, 3, 14, 1
Luminance
0.9106
Every format
| HEX | #fcf5da |
| RGB | rgb(252, 245, 218) |
| HSL | hsl(48, 85%, 92%) |
| CMYK | cmyk(0%, 3%, 14%, 1%) |
| LAB | lab(96.4 -2.1 13.8) |
| LCH | lch(96.4 14.0 98.5) |
| OKLCH | oklch(0.969 0.036 95.0) |
Copy-ready code
/* CSS */
color: #fcf5da;
background-color: #fcf5da;
/* Tailwind (arbitrary) */
class="text-[#fcf5da] bg-[#fcf5da]"
/* SCSS */
$brand: #fcf5da;
/* SwiftUI */
Color(red: 0.988, green: 0.961, blue: 0.855)
/* Android */
Color.parseColor("#fcf5da")Accessibility — WCAG contrast
Aa
#fcf5da on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf5da on black: 19.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green96.1%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta2.8%
Yellow13.5%
Key (black)1.2%
Color previews
#fcf5da text on a black background
contrast 19.21:1
Card sample
#fcf5da text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf5da;
Background color
Panel with #fcf5da background
background-color: #fcf5da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf5da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 245, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 245, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf5da; background: linear-gradient(135deg, #fcf5da, #ECFCDA);