#ecbda5
a light, vivid orange · warm · closest name: tan
RGB
236, 189, 165
HSL
20°, 65%, 79%
CMYK
0, 20, 30, 8
Luminance
0.5694
Every format
| HEX | #ecbda5 |
| RGB | rgb(236, 189, 165) |
| HSL | hsl(20, 65%, 79%) |
| CMYK | cmyk(0%, 20%, 30%, 8%) |
| LAB | lab(80.2 13.5 18.5) |
| LCH | lch(80.2 22.9 54.0) |
| OKLCH | oklch(0.834 0.064 48.5) |
Copy-ready code
/* CSS */
color: #ecbda5;
background-color: #ecbda5;
/* Tailwind (arbitrary) */
class="text-[#ecbda5] bg-[#ecbda5]"
/* SCSS */
$brand: #ecbda5;
/* SwiftUI */
Color(red: 0.925, green: 0.741, blue: 0.647)
/* Android */
Color.parseColor("#ecbda5")Accessibility — WCAG contrast
Aa
#ecbda5 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecbda5 on black: 12.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green74.1%
Blue64.7%
CMYK percentages
Cyan0.0%
Magenta19.9%
Yellow30.1%
Key (black)7.5%
Color previews
#ecbda5 text on a black background
contrast 12.39:1
Card sample
#ecbda5 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecbda5;
Background color
Panel with #ecbda5 background
background-color: #ecbda5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecbda5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 189, 165, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 189, 165, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecbda5; background: linear-gradient(135deg, #ecbda5, #ECECA5);