#eacead
a light, vivid orange · warm · closest name: tan
RGB
234, 206, 173
HSL
33°, 59%, 80%
CMYK
0, 12, 26, 8
Luminance
0.6465
Every format
| HEX | #eacead |
| RGB | rgb(234, 206, 173) |
| HSL | hsl(33, 59%, 80%) |
| CMYK | cmyk(0%, 12%, 26%, 8%) |
| LAB | lab(84.3 4.9 20.0) |
| LCH | lch(84.3 20.6 76.4) |
| OKLCH | oklch(0.867 0.054 71.6) |
Copy-ready code
/* CSS */
color: #eacead;
background-color: #eacead;
/* Tailwind (arbitrary) */
class="text-[#eacead] bg-[#eacead]"
/* SCSS */
$brand: #eacead;
/* SwiftUI */
Color(red: 0.918, green: 0.808, blue: 0.678)
/* Android */
Color.parseColor("#eacead")Accessibility — WCAG contrast
Aa
#eacead on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eacead on black: 13.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green80.8%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta12.0%
Yellow26.1%
Key (black)8.2%
Color previews
#eacead text on a black background
contrast 13.93:1
Card sample
#eacead text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eacead;
Background color
Panel with #eacead background
background-color: #eacead;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eacead;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 206, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 206, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eacead; background: linear-gradient(135deg, #eacead, #DDEAAD);