#feeee7
a pale, electric orange · warm · closest name: ivory
RGB
254, 238, 231
HSL
18°, 92%, 95%
CMYK
0, 6, 9, 0
Luminance
0.8799
Every format
| HEX | #feeee7 |
| RGB | rgb(254, 238, 231) |
| HSL | hsl(18, 92%, 95%) |
| CMYK | cmyk(0%, 6%, 9%, 0%) |
| LAB | lab(95.2 4.2 5.3) |
| LCH | lch(95.2 6.8 51.4) |
| OKLCH | oklch(0.960 0.020 45.3) |
Copy-ready code
/* CSS */
color: #feeee7;
background-color: #feeee7;
/* Tailwind (arbitrary) */
class="text-[#feeee7] bg-[#feeee7]"
/* SCSS */
$brand: #feeee7;
/* SwiftUI */
Color(red: 0.996, green: 0.933, blue: 0.906)
/* Android */
Color.parseColor("#feeee7")Accessibility — WCAG contrast
Aa
#feeee7 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feeee7 on black: 18.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green93.3%
Blue90.6%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow9.1%
Key (black)0.4%
Color previews
#feeee7 text on a black background
contrast 18.60:1
Card sample
#feeee7 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feeee7;
Background color
Panel with #feeee7 background
background-color: #feeee7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feeee7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 238, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 238, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feeee7; background: linear-gradient(135deg, #feeee7, #FEFDE7);