#e2cca5
a light, vivid orange · warm · closest name: tan
RGB
226, 204, 165
HSL
38°, 51%, 77%
CMYK
0, 10, 27, 11
Luminance
0.6207
Every format
| HEX | #e2cca5 |
| RGB | rgb(226, 204, 165) |
| HSL | hsl(38, 51%, 77%) |
| CMYK | cmyk(0%, 10%, 27%, 11%) |
| LAB | lab(83.0 1.8 22.3) |
| LCH | lch(83.0 22.3 85.4) |
| OKLCH | oklch(0.854 0.057 81.8) |
Copy-ready code
/* CSS */
color: #e2cca5;
background-color: #e2cca5;
/* Tailwind (arbitrary) */
class="text-[#e2cca5] bg-[#e2cca5]"
/* SCSS */
$brand: #e2cca5;
/* SwiftUI */
Color(red: 0.886, green: 0.800, blue: 0.647)
/* Android */
Color.parseColor("#e2cca5")Accessibility — WCAG contrast
Aa
#e2cca5 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2cca5 on black: 13.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green80.0%
Blue64.7%
CMYK percentages
Cyan0.0%
Magenta9.7%
Yellow27.0%
Key (black)11.4%
Color previews
#e2cca5 text on a black background
contrast 13.41:1
Card sample
#e2cca5 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2cca5;
Background color
Panel with #e2cca5 background
background-color: #e2cca5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2cca5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 204, 165, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 204, 165, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2cca5; background: linear-gradient(135deg, #e2cca5, #CFE2A5);