#eed3ab
a light, vivid orange · warm · closest name: tan
RGB
238, 211, 171
HSL
36°, 66%, 80%
CMYK
0, 11, 28, 7
Luminance
0.6771
Every format
| HEX | #eed3ab |
| RGB | rgb(238, 211, 171) |
| HSL | hsl(36, 66%, 80%) |
| CMYK | cmyk(0%, 11%, 28%, 7%) |
| LAB | lab(85.9 3.5 23.3) |
| LCH | lch(85.9 23.5 81.4) |
| OKLCH | oklch(0.879 0.061 77.5) |
Copy-ready code
/* CSS */
color: #eed3ab;
background-color: #eed3ab;
/* Tailwind (arbitrary) */
class="text-[#eed3ab] bg-[#eed3ab]"
/* SCSS */
$brand: #eed3ab;
/* SwiftUI */
Color(red: 0.933, green: 0.827, blue: 0.671)
/* Android */
Color.parseColor("#eed3ab")Accessibility — WCAG contrast
Aa
#eed3ab on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed3ab on black: 14.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green82.7%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta11.3%
Yellow28.2%
Key (black)6.7%
Color previews
#eed3ab text on a black background
contrast 14.54:1
Card sample
#eed3ab text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed3ab;
Background color
Panel with #eed3ab background
background-color: #eed3ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed3ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 211, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 211, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed3ab; background: linear-gradient(135deg, #eed3ab, #DCEEAB);