#eedec7
a pale, vivid orange · warm · closest name: beige
RGB
238, 222, 199
HSL
35°, 53%, 86%
CMYK
0, 7, 16, 7
Luminance
0.7454
Every format
| HEX | #eedec7 |
| RGB | rgb(238, 222, 199) |
| HSL | hsl(35, 53%, 86%) |
| CMYK | cmyk(0%, 7%, 16%, 7%) |
| LAB | lab(89.2 1.8 13.3) |
| LCH | lch(89.2 13.4 82.4) |
| OKLCH | oklch(0.907 0.035 77.1) |
Copy-ready code
/* CSS */
color: #eedec7;
background-color: #eedec7;
/* Tailwind (arbitrary) */
class="text-[#eedec7] bg-[#eedec7]"
/* SCSS */
$brand: #eedec7;
/* SwiftUI */
Color(red: 0.933, green: 0.871, blue: 0.780)
/* Android */
Color.parseColor("#eedec7")Accessibility — WCAG contrast
Aa
#eedec7 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedec7 on black: 15.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green87.1%
Blue78.0%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow16.4%
Key (black)6.7%
Color previews
#eedec7 text on a black background
contrast 15.91:1
Card sample
#eedec7 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedec7;
Background color
Panel with #eedec7 background
background-color: #eedec7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedec7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 222, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 222, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedec7; background: linear-gradient(135deg, #eedec7, #E4EEC7);