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