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