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