#fffcd8
a pale, electric yellow · cool · closest name: beige
RGB
255, 252, 216
HSL
55°, 100%, 92%
CMYK
0, 1, 15, 0
Luminance
0.9584
Every format
| HEX | #fffcd8 |
| RGB | rgb(255, 252, 216) |
| HSL | hsl(55, 100%, 92%) |
| CMYK | cmyk(0%, 1%, 15%, 0%) |
| LAB | lab(98.4 -4.8 17.6) |
| LCH | lch(98.4 18.3 105.3) |
| OKLCH | oklch(0.984 0.047 103.3) |
Copy-ready code
/* CSS */
color: #fffcd8;
background-color: #fffcd8;
/* Tailwind (arbitrary) */
class="text-[#fffcd8] bg-[#fffcd8]"
/* SCSS */
$brand: #fffcd8;
/* SwiftUI */
Color(red: 1.000, green: 0.988, blue: 0.847)
/* Android */
Color.parseColor("#fffcd8")Accessibility — WCAG contrast
Aa
#fffcd8 on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffcd8 on black: 20.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green98.8%
Blue84.7%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow15.3%
Key (black)0.0%
Color previews
#fffcd8 text on a black background
contrast 20.17:1
Card sample
#fffcd8 text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffcd8;
Background color
Panel with #fffcd8 background
background-color: #fffcd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffcd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 252, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 252, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffcd8; background: linear-gradient(135deg, #fffcd8, #E8FFD8);