#e8af99
a light, vivid orange · warm · closest name: tan
RGB
232, 175, 153
HSL
17°, 63%, 76%
CMYK
0, 25, 34, 9
Luminance
0.5012
Every format
| HEX | #e8af99 |
| RGB | rgb(232, 175, 153) |
| HSL | hsl(17, 63%, 76%) |
| CMYK | cmyk(0%, 25%, 34%, 9%) |
| LAB | lab(76.1 17.9 19.4) |
| LCH | lch(76.1 26.4 47.3) |
| OKLCH | oklch(0.801 0.074 42.1) |
Copy-ready code
/* CSS */
color: #e8af99;
background-color: #e8af99;
/* Tailwind (arbitrary) */
class="text-[#e8af99] bg-[#e8af99]"
/* SCSS */
$brand: #e8af99;
/* SwiftUI */
Color(red: 0.910, green: 0.686, blue: 0.600)
/* Android */
Color.parseColor("#e8af99")Accessibility — WCAG contrast
Aa
#e8af99 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8af99 on black: 11.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green68.6%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta24.6%
Yellow34.1%
Key (black)9.0%
Color previews
#e8af99 text on a black background
contrast 11.02:1
Card sample
#e8af99 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8af99;
Background color
Panel with #e8af99 background
background-color: #e8af99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8af99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 175, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 175, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8af99; background: linear-gradient(135deg, #e8af99, #E8E499);