#fef7ee
a pale, electric orange · warm · closest name: ivory
RGB
254, 247, 238
HSL
34°, 89%, 97%
CMYK
0, 3, 6, 0
Luminance
0.9377
Every format
| HEX | #fef7ee |
| RGB | rgb(254, 247, 238) |
| HSL | hsl(34, 89%, 97%) |
| CMYK | cmyk(0%, 3%, 6%, 0%) |
| LAB | lab(97.5 0.8 5.2) |
| LCH | lch(97.5 5.2 81.1) |
| OKLCH | oklch(0.979 0.014 74.4) |
Copy-ready code
/* CSS */
color: #fef7ee;
background-color: #fef7ee;
/* Tailwind (arbitrary) */
class="text-[#fef7ee] bg-[#fef7ee]"
/* SCSS */
$brand: #fef7ee;
/* SwiftUI */
Color(red: 0.996, green: 0.969, blue: 0.933)
/* Android */
Color.parseColor("#fef7ee")Accessibility — WCAG contrast
Aa
#fef7ee on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef7ee on black: 19.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green96.9%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta2.8%
Yellow6.3%
Key (black)0.4%
Color previews
#fef7ee text on a black background
contrast 19.75:1
Card sample
#fef7ee text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef7ee;
Background color
Panel with #fef7ee background
background-color: #fef7ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef7ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 247, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 247, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef7ee; background: linear-gradient(135deg, #fef7ee, #FAFEEE);