#eac8ae
a light, vivid orange · warm · closest name: tan
RGB
234, 200, 174
HSL
26°, 59%, 80%
CMYK
0, 15, 26, 8
Luminance
0.6186
Every format
| HEX | #eac8ae |
| RGB | rgb(234, 200, 174) |
| HSL | hsl(26, 59%, 80%) |
| CMYK | cmyk(0%, 15%, 26%, 8%) |
| LAB | lab(82.8 8.1 17.5) |
| LCH | lch(82.8 19.3 65.0) |
| OKLCH | oklch(0.855 0.052 59.4) |
Copy-ready code
/* CSS */
color: #eac8ae;
background-color: #eac8ae;
/* Tailwind (arbitrary) */
class="text-[#eac8ae] bg-[#eac8ae]"
/* SCSS */
$brand: #eac8ae;
/* SwiftUI */
Color(red: 0.918, green: 0.784, blue: 0.682)
/* Android */
Color.parseColor("#eac8ae")Accessibility — WCAG contrast
Aa
#eac8ae on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eac8ae on black: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green78.4%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow25.6%
Key (black)8.2%
Color previews
#eac8ae text on a black background
contrast 13.37:1
Card sample
#eac8ae text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eac8ae;
Background color
Panel with #eac8ae background
background-color: #eac8ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eac8ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 200, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 200, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eac8ae; background: linear-gradient(135deg, #eac8ae, #E4EAAE);