#eed6ce
a pale, vivid orange · warm · closest name: silver
RGB
238, 214, 206
HSL
15°, 49%, 87%
CMYK
0, 10, 13, 7
Luminance
0.7073
Every format
| HEX | #eed6ce |
| RGB | rgb(238, 214, 206) |
| HSL | hsl(15, 49%, 87%) |
| CMYK | cmyk(0%, 10%, 13%, 7%) |
| LAB | lab(87.3 7.0 7.0) |
| LCH | lch(87.3 9.9 44.8) |
| OKLCH | oklch(0.894 0.029 39.3) |
Copy-ready code
/* CSS */
color: #eed6ce;
background-color: #eed6ce;
/* Tailwind (arbitrary) */
class="text-[#eed6ce] bg-[#eed6ce]"
/* SCSS */
$brand: #eed6ce;
/* SwiftUI */
Color(red: 0.933, green: 0.839, blue: 0.808)
/* Android */
Color.parseColor("#eed6ce")Accessibility — WCAG contrast
Aa
#eed6ce on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed6ce on black: 15.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green83.9%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta10.1%
Yellow13.4%
Key (black)6.7%
Color previews
#eed6ce text on a black background
contrast 15.15:1
Card sample
#eed6ce text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed6ce;
Background color
Panel with #eed6ce background
background-color: #eed6ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed6ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 214, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 214, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed6ce; background: linear-gradient(135deg, #eed6ce, #EEEBCE);