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