#ac8358
a balanced, soft orange · warm · closest name: tan
RGB
172, 131, 88
HSL
31°, 34%, 51%
CMYK
0, 24, 49, 33
Luminance
0.2571
Every format
| HEX | #ac8358 |
| RGB | rgb(172, 131, 88) |
| HSL | hsl(31, 34%, 51%) |
| CMYK | cmyk(0%, 24%, 49%, 33%) |
| LAB | lab(57.8 10.3 29.3) |
| LCH | lch(57.8 31.0 70.6) |
| OKLCH | oklch(0.640 0.077 67.0) |
Copy-ready code
/* CSS */
color: #ac8358;
background-color: #ac8358;
/* Tailwind (arbitrary) */
class="text-[#ac8358] bg-[#ac8358]"
/* SCSS */
$brand: #ac8358;
/* SwiftUI */
Color(red: 0.675, green: 0.514, blue: 0.345)
/* Android */
Color.parseColor("#ac8358")Accessibility — WCAG contrast
Aa
#ac8358 on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac8358 on black: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green51.4%
Blue34.5%
CMYK percentages
Cyan0.0%
Magenta23.8%
Yellow48.8%
Key (black)32.5%
Color previews
#ac8358 text on a black background
contrast 6.14:1
Card sample
#ac8358 text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac8358;
Background color
Panel with #ac8358 background
background-color: #ac8358;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac8358;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 131, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 131, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac8358; background: linear-gradient(135deg, #ac8358, #9DAC58);