#eedcbf
a light, vivid orange · warm · closest name: beige
RGB
238, 220, 191
HSL
37°, 58%, 84%
CMYK
0, 8, 20, 7
Luminance
0.7313
Every format
| HEX | #eedcbf |
| RGB | rgb(238, 220, 191) |
| HSL | hsl(37, 58%, 84%) |
| CMYK | cmyk(0%, 8%, 20%, 7%) |
| LAB | lab(88.5 1.6 16.5) |
| LCH | lch(88.5 16.6 84.4) |
| OKLCH | oklch(0.902 0.043 79.8) |
Copy-ready code
/* CSS */
color: #eedcbf;
background-color: #eedcbf;
/* Tailwind (arbitrary) */
class="text-[#eedcbf] bg-[#eedcbf]"
/* SCSS */
$brand: #eedcbf;
/* SwiftUI */
Color(red: 0.933, green: 0.863, blue: 0.749)
/* Android */
Color.parseColor("#eedcbf")Accessibility — WCAG contrast
Aa
#eedcbf on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedcbf on black: 15.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green86.3%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta7.6%
Yellow19.7%
Key (black)6.7%
Color previews
#eedcbf text on a black background
contrast 15.63:1
Card sample
#eedcbf text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedcbf;
Background color
Panel with #eedcbf background
background-color: #eedcbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedcbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 220, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 220, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedcbf; background: linear-gradient(135deg, #eedcbf, #E1EEBF);