#eacbaf
a light, vivid orange · warm · closest name: tan
RGB
234, 203, 175
HSL
29°, 58%, 80%
CMYK
0, 13, 25, 8
Luminance
0.6330
Every format
| HEX | #eacbaf |
| RGB | rgb(234, 203, 175) |
| HSL | hsl(29, 58%, 80%) |
| CMYK | cmyk(0%, 13%, 25%, 8%) |
| LAB | lab(83.6 6.7 18.0) |
| LCH | lch(83.6 19.2 69.6) |
| OKLCH | oklch(0.861 0.051 64.2) |
Copy-ready code
/* CSS */
color: #eacbaf;
background-color: #eacbaf;
/* Tailwind (arbitrary) */
class="text-[#eacbaf] bg-[#eacbaf]"
/* SCSS */
$brand: #eacbaf;
/* SwiftUI */
Color(red: 0.918, green: 0.796, blue: 0.686)
/* Android */
Color.parseColor("#eacbaf")Accessibility — WCAG contrast
Aa
#eacbaf on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eacbaf on black: 13.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green79.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta13.2%
Yellow25.2%
Key (black)8.2%
Color previews
#eacbaf text on a black background
contrast 13.66:1
Card sample
#eacbaf text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eacbaf;
Background color
Panel with #eacbaf background
background-color: #eacbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eacbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 203, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 203, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eacbaf; background: linear-gradient(135deg, #eacbaf, #E2EAAF);