#eaceb2
a light, vivid orange · warm · closest name: tan
RGB
234, 206, 178
HSL
30°, 57%, 81%
CMYK
0, 12, 24, 8
Luminance
0.6485
Every format
| HEX | #eaceb2 |
| RGB | rgb(234, 206, 178) |
| HSL | hsl(30, 57%, 81%) |
| CMYK | cmyk(0%, 12%, 24%, 8%) |
| LAB | lab(84.4 5.5 17.5) |
| LCH | lch(84.4 18.4 72.4) |
| OKLCH | oklch(0.868 0.049 67.1) |
Copy-ready code
/* CSS */
color: #eaceb2;
background-color: #eaceb2;
/* Tailwind (arbitrary) */
class="text-[#eaceb2] bg-[#eaceb2]"
/* SCSS */
$brand: #eaceb2;
/* SwiftUI */
Color(red: 0.918, green: 0.808, blue: 0.698)
/* Android */
Color.parseColor("#eaceb2")Accessibility — WCAG contrast
Aa
#eaceb2 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaceb2 on black: 13.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green80.8%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta12.0%
Yellow23.9%
Key (black)8.2%
Color previews
#eaceb2 text on a black background
contrast 13.97:1
Card sample
#eaceb2 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaceb2;
Background color
Panel with #eaceb2 background
background-color: #eaceb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaceb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 206, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 206, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaceb2; background: linear-gradient(135deg, #eaceb2, #E1EAB2);