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