#e5ccaa
a light, vivid orange · warm · closest name: tan
RGB
229, 204, 170
HSL
35°, 53%, 78%
CMYK
0, 11, 26, 10
Luminance
0.6275
Every format
| HEX | #e5ccaa |
| RGB | rgb(229, 204, 170) |
| HSL | hsl(35, 53%, 78%) |
| CMYK | cmyk(0%, 11%, 26%, 10%) |
| LAB | lab(83.3 3.6 20.2) |
| LCH | lch(83.3 20.5 79.9) |
| OKLCH | oklch(0.858 0.053 75.4) |
Copy-ready code
/* CSS */
color: #e5ccaa;
background-color: #e5ccaa;
/* Tailwind (arbitrary) */
class="text-[#e5ccaa] bg-[#e5ccaa]"
/* SCSS */
$brand: #e5ccaa;
/* SwiftUI */
Color(red: 0.898, green: 0.800, blue: 0.667)
/* Android */
Color.parseColor("#e5ccaa")Accessibility — WCAG contrast
Aa
#e5ccaa on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5ccaa on black: 13.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green80.0%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta10.9%
Yellow25.8%
Key (black)10.2%
Color previews
#e5ccaa text on a black background
contrast 13.55:1
Card sample
#e5ccaa text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5ccaa;
Background color
Panel with #e5ccaa background
background-color: #e5ccaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5ccaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 204, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 204, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5ccaa; background: linear-gradient(135deg, #e5ccaa, #D7E5AA);