#ecc2ab
a light, vivid orange · warm · closest name: tan
RGB
236, 194, 171
HSL
21°, 63%, 80%
CMYK
0, 18, 28, 8
Luminance
0.5936
Every format
| HEX | #ecc2ab |
| RGB | rgb(236, 194, 171) |
| HSL | hsl(21, 63%, 80%) |
| CMYK | cmyk(0%, 18%, 28%, 8%) |
| LAB | lab(81.5 11.6 17.2) |
| LCH | lch(81.5 20.8 55.9) |
| OKLCH | oklch(0.845 0.058 50.3) |
Copy-ready code
/* CSS */
color: #ecc2ab;
background-color: #ecc2ab;
/* Tailwind (arbitrary) */
class="text-[#ecc2ab] bg-[#ecc2ab]"
/* SCSS */
$brand: #ecc2ab;
/* SwiftUI */
Color(red: 0.925, green: 0.761, blue: 0.671)
/* Android */
Color.parseColor("#ecc2ab")Accessibility — WCAG contrast
Aa
#ecc2ab on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecc2ab on black: 12.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green76.1%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta17.8%
Yellow27.5%
Key (black)7.5%
Color previews
#ecc2ab text on a black background
contrast 12.87:1
Card sample
#ecc2ab text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecc2ab;
Background color
Panel with #ecc2ab background
background-color: #ecc2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecc2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 194, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 194, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecc2ab; background: linear-gradient(135deg, #ecc2ab, #EBECAB);