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