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