#e5af99
a light, vivid orange · warm · closest name: tan
RGB
229, 175, 153
HSL
17°, 59%, 75%
CMYK
0, 24, 33, 10
Luminance
0.4962
Every format
| HEX | #e5af99 |
| RGB | rgb(229, 175, 153) |
| HSL | hsl(17, 59%, 75%) |
| CMYK | cmyk(0%, 24%, 33%, 10%) |
| LAB | lab(75.8 16.7 18.9) |
| LCH | lch(75.8 25.2 48.5) |
| OKLCH | oklch(0.798 0.071 43.2) |
Copy-ready code
/* CSS */
color: #e5af99;
background-color: #e5af99;
/* Tailwind (arbitrary) */
class="text-[#e5af99] bg-[#e5af99]"
/* SCSS */
$brand: #e5af99;
/* SwiftUI */
Color(red: 0.898, green: 0.686, blue: 0.600)
/* Android */
Color.parseColor("#e5af99")Accessibility — WCAG contrast
Aa
#e5af99 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5af99 on black: 10.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green68.6%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta23.6%
Yellow33.2%
Key (black)10.2%
Color previews
#e5af99 text on a black background
contrast 10.92:1
Card sample
#e5af99 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5af99;
Background color
Panel with #e5af99 background
background-color: #e5af99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5af99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 175, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 175, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5af99; background: linear-gradient(135deg, #e5af99, #E5E299);