#a88643
a balanced, soft orange · warm · closest name: peru
RGB
168, 134, 67
HSL
40°, 43%, 46%
CMYK
0, 20, 60, 34
Luminance
0.2578
Every format
| HEX | #a88643 |
| RGB | rgb(168, 134, 67) |
| HSL | hsl(40, 43%, 46%) |
| CMYK | cmyk(0%, 20%, 60%, 34%) |
| LAB | lab(57.8 5.0 40.4) |
| LCH | lch(57.8 40.7 82.9) |
| OKLCH | oklch(0.638 0.095 82.5) |
Copy-ready code
/* CSS */
color: #a88643;
background-color: #a88643;
/* Tailwind (arbitrary) */
class="text-[#a88643] bg-[#a88643]"
/* SCSS */
$brand: #a88643;
/* SwiftUI */
Color(red: 0.659, green: 0.525, blue: 0.263)
/* Android */
Color.parseColor("#a88643")Accessibility — WCAG contrast
Aa
#a88643 on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a88643 on black: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green52.5%
Blue26.3%
CMYK percentages
Cyan0.0%
Magenta20.2%
Yellow60.1%
Key (black)34.1%
Color previews
#a88643 text on a black background
contrast 6.16:1
Card sample
#a88643 text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a88643;
Background color
Panel with #a88643 background
background-color: #a88643;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a88643;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 134, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 134, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a88643; background: linear-gradient(135deg, #a88643, #87A843);