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