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