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