#fee2cd
a pale, electric orange · warm · closest name: beige
RGB
254, 226, 205
HSL
26°, 96%, 90%
CMYK
0, 11, 19, 0
Luminance
0.7987
Every format
| HEX | #fee2cd |
| RGB | rgb(254, 226, 205) |
| HSL | hsl(26, 96%, 90%) |
| CMYK | cmyk(0%, 11%, 19%, 0%) |
| LAB | lab(91.6 6.4 13.8) |
| LCH | lch(91.6 15.2 65.2) |
| OKLCH | oklch(0.930 0.042 59.1) |
Copy-ready code
/* CSS */
color: #fee2cd;
background-color: #fee2cd;
/* Tailwind (arbitrary) */
class="text-[#fee2cd] bg-[#fee2cd]"
/* SCSS */
$brand: #fee2cd;
/* SwiftUI */
Color(red: 0.996, green: 0.886, blue: 0.804)
/* Android */
Color.parseColor("#fee2cd")Accessibility — WCAG contrast
Aa
#fee2cd on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fee2cd on black: 16.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green88.6%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta11.0%
Yellow19.3%
Key (black)0.4%
Color previews
#fee2cd text on a black background
contrast 16.97:1
Card sample
#fee2cd text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fee2cd;
Background color
Panel with #fee2cd background
background-color: #fee2cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fee2cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 226, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 226, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fee2cd; background: linear-gradient(135deg, #fee2cd, #F9FECD);