#eed4b2
a light, vivid orange · warm · closest name: tan
RGB
238, 212, 178
HSL
34°, 64%, 82%
CMYK
0, 11, 25, 7
Luminance
0.6848
Every format
| HEX | #eed4b2 |
| RGB | rgb(238, 212, 178) |
| HSL | hsl(34, 64%, 82%) |
| CMYK | cmyk(0%, 11%, 25%, 7%) |
| LAB | lab(86.3 3.9 20.1) |
| LCH | lch(86.3 20.5 79.0) |
| OKLCH | oklch(0.883 0.053 74.4) |
Copy-ready code
/* CSS */
color: #eed4b2;
background-color: #eed4b2;
/* Tailwind (arbitrary) */
class="text-[#eed4b2] bg-[#eed4b2]"
/* SCSS */
$brand: #eed4b2;
/* SwiftUI */
Color(red: 0.933, green: 0.831, blue: 0.698)
/* Android */
Color.parseColor("#eed4b2")Accessibility — WCAG contrast
Aa
#eed4b2 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed4b2 on black: 14.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green83.1%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta10.9%
Yellow25.2%
Key (black)6.7%
Color previews
#eed4b2 text on a black background
contrast 14.70:1
Card sample
#eed4b2 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed4b2;
Background color
Panel with #eed4b2 background
background-color: #eed4b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed4b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 212, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 212, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed4b2; background: linear-gradient(135deg, #eed4b2, #E0EEB2);