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