#eee1cd
a pale, vivid orange · warm · closest name: beige
RGB
238, 225, 205
HSL
36°, 49%, 87%
CMYK
0, 6, 14, 7
Luminance
0.7644
Every format
| HEX | #eee1cd |
| RGB | rgb(238, 225, 205) |
| HSL | hsl(36, 49%, 87%) |
| CMYK | cmyk(0%, 6%, 14%, 7%) |
| LAB | lab(90.1 1.2 11.4) |
| LCH | lch(90.1 11.4 84.2) |
| OKLCH | oklch(0.915 0.030 78.8) |
Copy-ready code
/* CSS */
color: #eee1cd;
background-color: #eee1cd;
/* Tailwind (arbitrary) */
class="text-[#eee1cd] bg-[#eee1cd]"
/* SCSS */
$brand: #eee1cd;
/* SwiftUI */
Color(red: 0.933, green: 0.882, blue: 0.804)
/* Android */
Color.parseColor("#eee1cd")Accessibility — WCAG contrast
Aa
#eee1cd on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee1cd on black: 16.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green88.2%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow13.9%
Key (black)6.7%
Color previews
#eee1cd text on a black background
contrast 16.29:1
Card sample
#eee1cd text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee1cd;
Background color
Panel with #eee1cd background
background-color: #eee1cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee1cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 225, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 225, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee1cd; background: linear-gradient(135deg, #eee1cd, #E5EECD);