#fffee9
a pale, electric yellow · cool · closest name: ivory
RGB
255, 254, 233
HSL
57°, 100%, 96%
CMYK
0, 0, 9, 0
Luminance
0.9803
Every format
| HEX | #fffee9 |
| RGB | rgb(255, 254, 233) |
| HSL | hsl(57, 100%, 96%) |
| CMYK | cmyk(0%, 0%, 9%, 0%) |
| LAB | lab(99.2 -3.2 10.2) |
| LCH | lch(99.2 10.7 107.4) |
| OKLCH | oklch(0.992 0.027 104.7) |
Copy-ready code
/* CSS */
color: #fffee9;
background-color: #fffee9;
/* Tailwind (arbitrary) */
class="text-[#fffee9] bg-[#fffee9]"
/* SCSS */
$brand: #fffee9;
/* SwiftUI */
Color(red: 1.000, green: 0.996, blue: 0.914)
/* Android */
Color.parseColor("#fffee9")Accessibility — WCAG contrast
Aa
#fffee9 on white: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffee9 on black: 20.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green99.6%
Blue91.4%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow8.6%
Key (black)0.0%
Color previews
#fffee9 text on a black background
contrast 20.61:1
Card sample
#fffee9 text on a white background
contrast 1.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffee9;
Background color
Panel with #fffee9 background
background-color: #fffee9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffee9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 254, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 254, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffee9; background: linear-gradient(135deg, #fffee9, #F1FFE9);