#eecbaf
a light, vivid orange · warm · closest name: tan
RGB
238, 203, 175
HSL
27°, 65%, 81%
CMYK
0, 15, 27, 7
Luminance
0.6398
Every format
| HEX | #eecbaf |
| RGB | rgb(238, 203, 175) |
| HSL | hsl(27, 65%, 81%) |
| CMYK | cmyk(0%, 15%, 27%, 7%) |
| LAB | lab(84.0 8.2 18.6) |
| LCH | lch(84.0 20.3 66.2) |
| OKLCH | oklch(0.865 0.055 60.6) |
Copy-ready code
/* CSS */
color: #eecbaf;
background-color: #eecbaf;
/* Tailwind (arbitrary) */
class="text-[#eecbaf] bg-[#eecbaf]"
/* SCSS */
$brand: #eecbaf;
/* SwiftUI */
Color(red: 0.933, green: 0.796, blue: 0.686)
/* Android */
Color.parseColor("#eecbaf")Accessibility — WCAG contrast
Aa
#eecbaf on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eecbaf on black: 13.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green79.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta14.7%
Yellow26.5%
Key (black)6.7%
Color previews
#eecbaf text on a black background
contrast 13.80:1
Card sample
#eecbaf text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eecbaf;
Background color
Panel with #eecbaf background
background-color: #eecbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eecbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 203, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 203, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eecbaf; background: linear-gradient(135deg, #eecbaf, #E7EEAF);