#fef4ee
a pale, electric orange · warm · closest name: white
RGB
254, 244, 238
HSL
23°, 89%, 97%
CMYK
0, 4, 6, 0
Luminance
0.9195
Every format
| HEX | #fef4ee |
| RGB | rgb(254, 244, 238) |
| HSL | hsl(23, 89%, 97%) |
| CMYK | cmyk(0%, 4%, 6%, 0%) |
| LAB | lab(96.8 2.3 4.1) |
| LCH | lch(96.8 4.7 60.3) |
| OKLCH | oklch(0.973 0.013 53.4) |
Copy-ready code
/* CSS */
color: #fef4ee;
background-color: #fef4ee;
/* Tailwind (arbitrary) */
class="text-[#fef4ee] bg-[#fef4ee]"
/* SCSS */
$brand: #fef4ee;
/* SwiftUI */
Color(red: 0.996, green: 0.957, blue: 0.933)
/* Android */
Color.parseColor("#fef4ee")Accessibility — WCAG contrast
Aa
#fef4ee on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef4ee on black: 19.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green95.7%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta3.9%
Yellow6.3%
Key (black)0.4%
Color previews
#fef4ee text on a black background
contrast 19.39:1
Card sample
#fef4ee text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef4ee;
Background color
Panel with #fef4ee background
background-color: #fef4ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef4ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 244, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 244, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef4ee; background: linear-gradient(135deg, #fef4ee, #FDFEEE);