#eed7ac
a light, vivid orange · warm · closest name: tan
RGB
238, 215, 172
HSL
39°, 66%, 80%
CMYK
0, 10, 28, 7
Luminance
0.6976
Every format
| HEX | #eed7ac |
| RGB | rgb(238, 215, 172) |
| HSL | hsl(39, 66%, 80%) |
| CMYK | cmyk(0%, 10%, 28%, 7%) |
| LAB | lab(86.9 1.6 24.2) |
| LCH | lch(86.9 24.2 86.3) |
| OKLCH | oklch(0.887 0.062 83.0) |
Copy-ready code
/* CSS */
color: #eed7ac;
background-color: #eed7ac;
/* Tailwind (arbitrary) */
class="text-[#eed7ac] bg-[#eed7ac]"
/* SCSS */
$brand: #eed7ac;
/* SwiftUI */
Color(red: 0.933, green: 0.843, blue: 0.675)
/* Android */
Color.parseColor("#eed7ac")Accessibility — WCAG contrast
Aa
#eed7ac on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed7ac on black: 14.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green84.3%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta9.7%
Yellow27.7%
Key (black)6.7%
Color previews
#eed7ac text on a black background
contrast 14.95:1
Card sample
#eed7ac text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed7ac;
Background color
Panel with #eed7ac background
background-color: #eed7ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed7ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 215, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 215, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed7ac; background: linear-gradient(135deg, #eed7ac, #D9EEAC);