#eaceb8
a light, vivid orange · warm · closest name: tan
RGB
234, 206, 184
HSL
26°, 54%, 82%
CMYK
0, 12, 21, 8
Luminance
0.6510
Every format
| HEX | #eaceb8 |
| RGB | rgb(234, 206, 184) |
| HSL | hsl(26, 54%, 82%) |
| CMYK | cmyk(0%, 12%, 21%, 8%) |
| LAB | lab(84.5 6.4 14.5) |
| LCH | lch(84.5 15.9 66.2) |
| OKLCH | oklch(0.869 0.043 60.3) |
Copy-ready code
/* CSS */
color: #eaceb8;
background-color: #eaceb8;
/* Tailwind (arbitrary) */
class="text-[#eaceb8] bg-[#eaceb8]"
/* SCSS */
$brand: #eaceb8;
/* SwiftUI */
Color(red: 0.918, green: 0.808, blue: 0.722)
/* Android */
Color.parseColor("#eaceb8")Accessibility — WCAG contrast
Aa
#eaceb8 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaceb8 on black: 14.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green80.8%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta12.0%
Yellow21.4%
Key (black)8.2%
Color previews
#eaceb8 text on a black background
contrast 14.02:1
Card sample
#eaceb8 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaceb8;
Background color
Panel with #eaceb8 background
background-color: #eaceb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaceb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 206, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 206, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaceb8; background: linear-gradient(135deg, #eaceb8, #E5EAB8);