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