#e2af99
a light, vivid orange · warm · closest name: tan
RGB
226, 175, 153
HSL
18°, 56%, 74%
CMYK
0, 23, 32, 11
Luminance
0.4913
Every format
| HEX | #e2af99 |
| RGB | rgb(226, 175, 153) |
| HSL | hsl(18, 56%, 74%) |
| CMYK | cmyk(0%, 23%, 32%, 11%) |
| LAB | lab(75.5 15.6 18.4) |
| LCH | lch(75.5 24.1 49.8) |
| OKLCH | oklch(0.795 0.067 44.5) |
Copy-ready code
/* CSS */
color: #e2af99;
background-color: #e2af99;
/* Tailwind (arbitrary) */
class="text-[#e2af99] bg-[#e2af99]"
/* SCSS */
$brand: #e2af99;
/* SwiftUI */
Color(red: 0.886, green: 0.686, blue: 0.600)
/* Android */
Color.parseColor("#e2af99")Accessibility — WCAG contrast
Aa
#e2af99 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2af99 on black: 10.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green68.6%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta22.6%
Yellow32.3%
Key (black)11.4%
Color previews
#e2af99 text on a black background
contrast 10.83:1
Card sample
#e2af99 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2af99;
Background color
Panel with #e2af99 background
background-color: #e2af99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2af99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 175, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 175, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2af99; background: linear-gradient(135deg, #e2af99, #E2E099);