#eed0bc
a light, vivid orange · warm · closest name: tan
RGB
238, 208, 188
HSL
24°, 60%, 84%
CMYK
0, 13, 21, 7
Luminance
0.6692
Every format
| HEX | #eed0bc |
| RGB | rgb(238, 208, 188) |
| HSL | hsl(24, 60%, 84%) |
| CMYK | cmyk(0%, 13%, 21%, 7%) |
| LAB | lab(85.5 7.4 13.8) |
| LCH | lch(85.5 15.7 61.7) |
| OKLCH | oklch(0.877 0.043 55.8) |
Copy-ready code
/* CSS */
color: #eed0bc;
background-color: #eed0bc;
/* Tailwind (arbitrary) */
class="text-[#eed0bc] bg-[#eed0bc]"
/* SCSS */
$brand: #eed0bc;
/* SwiftUI */
Color(red: 0.933, green: 0.816, blue: 0.737)
/* Android */
Color.parseColor("#eed0bc")Accessibility — WCAG contrast
Aa
#eed0bc on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed0bc on black: 14.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green81.6%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow21.0%
Key (black)6.7%
Color previews
#eed0bc text on a black background
contrast 14.38:1
Card sample
#eed0bc text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed0bc;
Background color
Panel with #eed0bc background
background-color: #eed0bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed0bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 208, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 208, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed0bc; background: linear-gradient(135deg, #eed0bc, #EBEEBC);