#a19084
a balanced, muted orange · warm · closest name: gray
RGB
161, 144, 132
HSL
25°, 13%, 58%
CMYK
0, 11, 18, 37
Luminance
0.2919
Every format
| HEX | #a19084 |
| RGB | rgb(161, 144, 132) |
| HSL | hsl(25, 13%, 58%) |
| CMYK | cmyk(0%, 11%, 18%, 37%) |
| LAB | lab(61.0 4.3 8.7) |
| LCH | lch(61.0 9.7 63.7) |
| OKLCH | oklch(0.665 0.027 57.5) |
Copy-ready code
/* CSS */
color: #a19084;
background-color: #a19084;
/* Tailwind (arbitrary) */
class="text-[#a19084] bg-[#a19084]"
/* SCSS */
$brand: #a19084;
/* SwiftUI */
Color(red: 0.631, green: 0.565, blue: 0.518)
/* Android */
Color.parseColor("#a19084")Accessibility — WCAG contrast
Aa
#a19084 on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a19084 on black: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green56.5%
Blue51.8%
CMYK percentages
Cyan0.0%
Magenta10.6%
Yellow18.0%
Key (black)36.9%
Color previews
#a19084 text on a black background
contrast 6.84:1
Card sample
#a19084 text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a19084;
Background color
Panel with #a19084 background
background-color: #a19084;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a19084;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 144, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 144, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a19084; background: linear-gradient(135deg, #a19084, #9FA184);