#eacebc
a light, vivid orange · warm · closest name: tan
RGB
234, 206, 188
HSL
24°, 52%, 83%
CMYK
0, 12, 20, 8
Luminance
0.6527
Every format
| HEX | #eacebc |
| RGB | rgb(234, 206, 188) |
| HSL | hsl(24, 52%, 83%) |
| CMYK | cmyk(0%, 12%, 20%, 8%) |
| LAB | lab(84.6 7.0 12.5) |
| LCH | lch(84.6 14.3 60.9) |
| OKLCH | oklch(0.870 0.040 54.8) |
Copy-ready code
/* CSS */
color: #eacebc;
background-color: #eacebc;
/* Tailwind (arbitrary) */
class="text-[#eacebc] bg-[#eacebc]"
/* SCSS */
$brand: #eacebc;
/* SwiftUI */
Color(red: 0.918, green: 0.808, blue: 0.737)
/* Android */
Color.parseColor("#eacebc")Accessibility — WCAG contrast
Aa
#eacebc on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eacebc on black: 14.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green80.8%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta12.0%
Yellow19.7%
Key (black)8.2%
Color previews
#eacebc text on a black background
contrast 14.05:1
Card sample
#eacebc text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eacebc;
Background color
Panel with #eacebc background
background-color: #eacebc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eacebc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 206, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 206, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eacebc; background: linear-gradient(135deg, #eacebc, #E7EABC);