#eed0ac
a light, vivid orange · warm · closest name: tan
RGB
238, 208, 172
HSL
33°, 66%, 80%
CMYK
0, 13, 28, 7
Luminance
0.6627
Every format
| HEX | #eed0ac |
| RGB | rgb(238, 208, 172) |
| HSL | hsl(33, 66%, 80%) |
| CMYK | cmyk(0%, 13%, 28%, 7%) |
| LAB | lab(85.1 5.2 21.8) |
| LCH | lch(85.1 22.4 76.6) |
| OKLCH | oklch(0.874 0.058 72.0) |
Copy-ready code
/* CSS */
color: #eed0ac;
background-color: #eed0ac;
/* Tailwind (arbitrary) */
class="text-[#eed0ac] bg-[#eed0ac]"
/* SCSS */
$brand: #eed0ac;
/* SwiftUI */
Color(red: 0.933, green: 0.816, blue: 0.675)
/* Android */
Color.parseColor("#eed0ac")Accessibility — WCAG contrast
Aa
#eed0ac on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed0ac on black: 14.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green81.6%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow27.7%
Key (black)6.7%
Color previews
#eed0ac text on a black background
contrast 14.25:1
Card sample
#eed0ac text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed0ac;
Background color
Panel with #eed0ac background
background-color: #eed0ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed0ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 208, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 208, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed0ac; background: linear-gradient(135deg, #eed0ac, #E0EEAC);