#fffcee
a pale, electric yellow · cool · “ivory”
RGB
255, 252, 238
HSL
49°, 100%, 97%
CMYK
0, 1, 7, 0
Luminance
0.9705
Every format
| HEX | #fffcee |
| RGB | rgb(255, 252, 238) |
| HSL | hsl(49, 100%, 97%) |
| CMYK | cmyk(0%, 1%, 7%, 0%) |
| LAB | lab(98.8 -1.4 7.0) |
| LCH | lch(98.8 7.2 101.0) |
| OKLCH | oklch(0.990 0.019 96.9) |
Copy-ready code
/* CSS */
color: #fffcee;
background-color: #fffcee;
/* Tailwind (arbitrary) */
class="text-[#fffcee] bg-[#fffcee]"
/* SCSS */
$brand: #fffcee;
/* SwiftUI */
Color(red: 1.000, green: 0.988, blue: 0.933)
/* Android */
Color.parseColor("#fffcee")Accessibility — WCAG contrast
Aa
#fffcee on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffcee on black: 20.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green98.8%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow6.7%
Key (black)0.0%
Color previews
#fffcee text on a black background
contrast 20.41:1
Card sample
#fffcee text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffcee;
Background color
Panel with #fffcee background
background-color: #fffcee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffcee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 252, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 252, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffcee; background: linear-gradient(135deg, #fffcee, #F7FFEE);