#fcf0cd
a pale, electric yellow · warm · closest name: beige
RGB
252, 240, 205
HSL
45°, 89%, 90%
CMYK
0, 5, 19, 1
Luminance
0.8742
Every format
| HEX | #fcf0cd |
| RGB | rgb(252, 240, 205) |
| HSL | hsl(45, 89%, 90%) |
| CMYK | cmyk(0%, 5%, 19%, 1%) |
| LAB | lab(94.9 -1.5 18.4) |
| LCH | lch(94.9 18.4 94.6) |
| OKLCH | oklch(0.956 0.047 91.3) |
Copy-ready code
/* CSS */
color: #fcf0cd;
background-color: #fcf0cd;
/* Tailwind (arbitrary) */
class="text-[#fcf0cd] bg-[#fcf0cd]"
/* SCSS */
$brand: #fcf0cd;
/* SwiftUI */
Color(red: 0.988, green: 0.941, blue: 0.804)
/* Android */
Color.parseColor("#fcf0cd")Accessibility — WCAG contrast
Aa
#fcf0cd on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf0cd on black: 18.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green94.1%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta4.8%
Yellow18.7%
Key (black)1.2%
Color previews
#fcf0cd text on a black background
contrast 18.48:1
Card sample
#fcf0cd text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf0cd;
Background color
Panel with #fcf0cd background
background-color: #fcf0cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf0cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 240, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 240, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf0cd; background: linear-gradient(135deg, #fcf0cd, #E9FCCD);