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