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