#ecc7ab
a light, vivid orange · warm · closest name: tan
RGB
236, 199, 171
HSL
26°, 63%, 80%
CMYK
0, 16, 28, 8
Luminance
0.6162
Every format
| HEX | #ecc7ab |
| RGB | rgb(236, 199, 171) |
| HSL | hsl(26, 63%, 80%) |
| CMYK | cmyk(0%, 16%, 28%, 8%) |
| LAB | lab(82.7 9.0 18.9) |
| LCH | lch(82.7 20.9 64.5) |
| OKLCH | oklch(0.854 0.057 59.0) |
Copy-ready code
/* CSS */
color: #ecc7ab;
background-color: #ecc7ab;
/* Tailwind (arbitrary) */
class="text-[#ecc7ab] bg-[#ecc7ab]"
/* SCSS */
$brand: #ecc7ab;
/* SwiftUI */
Color(red: 0.925, green: 0.780, blue: 0.671)
/* Android */
Color.parseColor("#ecc7ab")Accessibility — WCAG contrast
Aa
#ecc7ab on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecc7ab on black: 13.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green78.0%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta15.7%
Yellow27.5%
Key (black)7.5%
Color previews
#ecc7ab text on a black background
contrast 13.32:1
Card sample
#ecc7ab text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecc7ab;
Background color
Panel with #ecc7ab background
background-color: #ecc7ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecc7ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 199, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 199, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecc7ab; background: linear-gradient(135deg, #ecc7ab, #E6ECAB);