#e2ccab
a light, vivid orange · warm · closest name: tan
RGB
226, 204, 171
HSL
36°, 49%, 78%
CMYK
0, 10, 24, 11
Luminance
0.6229
Every format
| HEX | #e2ccab |
| RGB | rgb(226, 204, 171) |
| HSL | hsl(36, 49%, 78%) |
| CMYK | cmyk(0%, 10%, 24%, 11%) |
| LAB | lab(83.1 2.6 19.3) |
| LCH | lch(83.1 19.4 82.3) |
| OKLCH | oklch(0.855 0.051 78.0) |
Copy-ready code
/* CSS */
color: #e2ccab;
background-color: #e2ccab;
/* Tailwind (arbitrary) */
class="text-[#e2ccab] bg-[#e2ccab]"
/* SCSS */
$brand: #e2ccab;
/* SwiftUI */
Color(red: 0.886, green: 0.800, blue: 0.671)
/* Android */
Color.parseColor("#e2ccab")Accessibility — WCAG contrast
Aa
#e2ccab on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2ccab on black: 13.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green80.0%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta9.7%
Yellow24.3%
Key (black)11.4%
Color previews
#e2ccab text on a black background
contrast 13.46:1
Card sample
#e2ccab text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2ccab;
Background color
Panel with #e2ccab background
background-color: #e2ccab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2ccab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 204, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 204, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2ccab; background: linear-gradient(135deg, #e2ccab, #D3E2AB);