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