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