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