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