#eeddcd
a pale, vivid orange · warm · closest name: beige
RGB
238, 221, 205
HSL
29°, 49%, 87%
CMYK
0, 7, 14, 7
Luminance
0.7430
Every format
| HEX | #eeddcd |
| RGB | rgb(238, 221, 205) |
| HSL | hsl(29, 49%, 87%) |
| CMYK | cmyk(0%, 7%, 14%, 7%) |
| LAB | lab(89.1 3.2 9.9) |
| LCH | lch(89.1 10.5 72.1) |
| OKLCH | oklch(0.907 0.029 65.7) |
Copy-ready code
/* CSS */
color: #eeddcd;
background-color: #eeddcd;
/* Tailwind (arbitrary) */
class="text-[#eeddcd] bg-[#eeddcd]"
/* SCSS */
$brand: #eeddcd;
/* SwiftUI */
Color(red: 0.933, green: 0.867, blue: 0.804)
/* Android */
Color.parseColor("#eeddcd")Accessibility — WCAG contrast
Aa
#eeddcd on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeddcd on black: 15.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green86.7%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta7.1%
Yellow13.9%
Key (black)6.7%
Color previews
#eeddcd text on a black background
contrast 15.86:1
Card sample
#eeddcd text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeddcd;
Background color
Panel with #eeddcd background
background-color: #eeddcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeddcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 221, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 221, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeddcd; background: linear-gradient(135deg, #eeddcd, #E9EECD);