#fcf9cd
a pale, electric yellow · cool · closest name: beige
RGB
252, 249, 205
HSL
56°, 89%, 90%
CMYK
0, 1, 19, 1
Luminance
0.9285
Every format
| HEX | #fcf9cd |
| RGB | rgb(252, 249, 205) |
| HSL | hsl(56, 89%, 90%) |
| CMYK | cmyk(0%, 1%, 19%, 1%) |
| LAB | lab(97.2 -6.0 21.5) |
| LCH | lch(97.2 22.4 105.6) |
| OKLCH | oklch(0.974 0.057 104.2) |
Copy-ready code
/* CSS */
color: #fcf9cd;
background-color: #fcf9cd;
/* Tailwind (arbitrary) */
class="text-[#fcf9cd] bg-[#fcf9cd]"
/* SCSS */
$brand: #fcf9cd;
/* SwiftUI */
Color(red: 0.988, green: 0.976, blue: 0.804)
/* Android */
Color.parseColor("#fcf9cd")Accessibility — WCAG contrast
Aa
#fcf9cd on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf9cd on black: 19.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green97.6%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow18.7%
Key (black)1.2%
Color previews
#fcf9cd text on a black background
contrast 19.57:1
Card sample
#fcf9cd text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf9cd;
Background color
Panel with #fcf9cd background
background-color: #fcf9cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf9cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 249, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 249, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf9cd; background: linear-gradient(135deg, #fcf9cd, #E0FCCD);