#eed9b3
a light, vivid orange · warm · closest name: tan
RGB
238, 217, 179
HSL
39°, 63%, 82%
CMYK
0, 9, 25, 7
Luminance
0.7106
Every format
| HEX | #eed9b3 |
| RGB | rgb(238, 217, 179) |
| HSL | hsl(39, 63%, 82%) |
| CMYK | cmyk(0%, 9%, 25%, 7%) |
| LAB | lab(87.5 1.5 21.4) |
| LCH | lch(87.5 21.4 86.1) |
| OKLCH | oklch(0.893 0.055 82.4) |
Copy-ready code
/* CSS */
color: #eed9b3;
background-color: #eed9b3;
/* Tailwind (arbitrary) */
class="text-[#eed9b3] bg-[#eed9b3]"
/* SCSS */
$brand: #eed9b3;
/* SwiftUI */
Color(red: 0.933, green: 0.851, blue: 0.702)
/* Android */
Color.parseColor("#eed9b3")Accessibility — WCAG contrast
Aa
#eed9b3 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed9b3 on black: 15.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green85.1%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta8.8%
Yellow24.8%
Key (black)6.7%
Color previews
#eed9b3 text on a black background
contrast 15.21:1
Card sample
#eed9b3 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed9b3;
Background color
Panel with #eed9b3 background
background-color: #eed9b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed9b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 217, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 217, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed9b3; background: linear-gradient(135deg, #eed9b3, #DCEEB3);