#fcf2ce
a pale, electric yellow · cool · closest name: beige
RGB
252, 242, 206
HSL
47°, 89%, 90%
CMYK
0, 4, 18, 1
Luminance
0.8866
Every format
| HEX | #fcf2ce |
| RGB | rgb(252, 242, 206) |
| HSL | hsl(47, 89%, 90%) |
| CMYK | cmyk(0%, 4%, 18%, 1%) |
| LAB | lab(95.4 -2.4 18.6) |
| LCH | lch(95.4 18.8 97.2) |
| OKLCH | oklch(0.960 0.048 94.3) |
Copy-ready code
/* CSS */
color: #fcf2ce;
background-color: #fcf2ce;
/* Tailwind (arbitrary) */
class="text-[#fcf2ce] bg-[#fcf2ce]"
/* SCSS */
$brand: #fcf2ce;
/* SwiftUI */
Color(red: 0.988, green: 0.949, blue: 0.808)
/* Android */
Color.parseColor("#fcf2ce")Accessibility — WCAG contrast
Aa
#fcf2ce on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf2ce on black: 18.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green94.9%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta4.0%
Yellow18.3%
Key (black)1.2%
Color previews
#fcf2ce text on a black background
contrast 18.73:1
Card sample
#fcf2ce text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf2ce;
Background color
Panel with #fcf2ce background
background-color: #fcf2ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf2ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 242, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 242, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf2ce; background: linear-gradient(135deg, #fcf2ce, #E7FCCE);