#e1b57a
a light, vivid orange · warm · closest name: tan
RGB
225, 181, 122
HSL
34°, 63%, 68%
CMYK
0, 20, 46, 12
Luminance
0.5046
Every format
| HEX | #e1b57a |
| RGB | rgb(225, 181, 122) |
| HSL | hsl(34, 63%, 68%) |
| CMYK | cmyk(0%, 20%, 46%, 12%) |
| LAB | lab(76.3 8.5 36.0) |
| LCH | lch(76.3 37.0 76.8) |
| OKLCH | oklch(0.799 0.091 74.0) |
Copy-ready code
/* CSS */
color: #e1b57a;
background-color: #e1b57a;
/* Tailwind (arbitrary) */
class="text-[#e1b57a] bg-[#e1b57a]"
/* SCSS */
$brand: #e1b57a;
/* SwiftUI */
Color(red: 0.882, green: 0.710, blue: 0.478)
/* Android */
Color.parseColor("#e1b57a")Accessibility — WCAG contrast
Aa
#e1b57a on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e1b57a on black: 11.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green71.0%
Blue47.8%
CMYK percentages
Cyan0.0%
Magenta19.6%
Yellow45.8%
Key (black)11.8%
Color previews
#e1b57a text on a black background
contrast 11.09:1
Card sample
#e1b57a text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e1b57a;
Background color
Panel with #e1b57a background
background-color: #e1b57a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e1b57a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 181, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 181, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e1b57a; background: linear-gradient(135deg, #e1b57a, #C8E17A);