#e8ad73
a light, vivid orange · warm · closest name: tan
RGB
232, 173, 115
HSL
30°, 72%, 68%
CMYK
0, 25, 50, 9
Luminance
0.4828
Every format
| HEX | #e8ad73 |
| RGB | rgb(232, 173, 115) |
| HSL | hsl(30, 72%, 68%) |
| CMYK | cmyk(0%, 25%, 50%, 9%) |
| LAB | lab(75.0 14.9 38.1) |
| LCH | lch(75.0 40.9 68.6) |
| OKLCH | oklch(0.790 0.102 65.0) |
Copy-ready code
/* CSS */
color: #e8ad73;
background-color: #e8ad73;
/* Tailwind (arbitrary) */
class="text-[#e8ad73] bg-[#e8ad73]"
/* SCSS */
$brand: #e8ad73;
/* SwiftUI */
Color(red: 0.910, green: 0.678, blue: 0.451)
/* Android */
Color.parseColor("#e8ad73")Accessibility — WCAG contrast
Aa
#e8ad73 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8ad73 on black: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green67.8%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta25.4%
Yellow50.4%
Key (black)9.0%
Color previews
#e8ad73 text on a black background
contrast 10.66:1
Card sample
#e8ad73 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8ad73;
Background color
Panel with #e8ad73 background
background-color: #e8ad73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8ad73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 173, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 173, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8ad73; background: linear-gradient(135deg, #e8ad73, #D5E873);