#eedec4
a pale, vivid orange · warm · closest name: beige
RGB
238, 222, 196
HSL
37°, 55%, 85%
CMYK
0, 7, 18, 7
Luminance
0.7441
Every format
| HEX | #eedec4 |
| RGB | rgb(238, 222, 196) |
| HSL | hsl(37, 55%, 85%) |
| CMYK | cmyk(0%, 7%, 18%, 7%) |
| LAB | lab(89.1 1.3 14.7) |
| LCH | lch(89.1 14.8 84.8) |
| OKLCH | oklch(0.907 0.039 80.0) |
Copy-ready code
/* CSS */
color: #eedec4;
background-color: #eedec4;
/* Tailwind (arbitrary) */
class="text-[#eedec4] bg-[#eedec4]"
/* SCSS */
$brand: #eedec4;
/* SwiftUI */
Color(red: 0.933, green: 0.871, blue: 0.769)
/* Android */
Color.parseColor("#eedec4")Accessibility — WCAG contrast
Aa
#eedec4 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedec4 on black: 15.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green87.1%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow17.6%
Key (black)6.7%
Color previews
#eedec4 text on a black background
contrast 15.88:1
Card sample
#eedec4 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedec4;
Background color
Panel with #eedec4 background
background-color: #eedec4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedec4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 222, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 222, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedec4; background: linear-gradient(135deg, #eedec4, #E2EEC4);