#fee2d7
a pale, electric orange · warm · closest name: ivory
RGB
254, 226, 215
HSL
17°, 95%, 92%
CMYK
0, 11, 15, 0
Luminance
0.8037
Every format
| HEX | #fee2d7 |
| RGB | rgb(254, 226, 215) |
| HSL | hsl(17, 95%, 92%) |
| CMYK | cmyk(0%, 11%, 15%, 0%) |
| LAB | lab(91.8 7.9 8.9) |
| LCH | lch(91.8 11.9 48.5) |
| OKLCH | oklch(0.933 0.034 42.7) |
Copy-ready code
/* CSS */
color: #fee2d7;
background-color: #fee2d7;
/* Tailwind (arbitrary) */
class="text-[#fee2d7] bg-[#fee2d7]"
/* SCSS */
$brand: #fee2d7;
/* SwiftUI */
Color(red: 0.996, green: 0.886, blue: 0.843)
/* Android */
Color.parseColor("#fee2d7")Accessibility — WCAG contrast
Aa
#fee2d7 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fee2d7 on black: 17.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green88.6%
Blue84.3%
CMYK percentages
Cyan0.0%
Magenta11.0%
Yellow15.4%
Key (black)0.4%
Color previews
#fee2d7 text on a black background
contrast 17.07:1
Card sample
#fee2d7 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fee2d7;
Background color
Panel with #fee2d7 background
background-color: #fee2d7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fee2d7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 226, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 226, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fee2d7; background: linear-gradient(135deg, #fee2d7, #FEFCD7);