#ac8b39
a dark, vivid yellow · warm · closest name: peru
RGB
172, 139, 57
HSL
43°, 50%, 45%
CMYK
0, 19, 67, 33
Luminance
0.2753
Every format
| HEX | #ac8b39 |
| RGB | rgb(172, 139, 57) |
| HSL | hsl(43, 50%, 45%) |
| CMYK | cmyk(0%, 19%, 67%, 33%) |
| LAB | lab(59.5 3.4 47.2) |
| LCH | lch(59.5 47.3 85.9) |
| OKLCH | oklch(0.652 0.107 86.9) |
Copy-ready code
/* CSS */
color: #ac8b39;
background-color: #ac8b39;
/* Tailwind (arbitrary) */
class="text-[#ac8b39] bg-[#ac8b39]"
/* SCSS */
$brand: #ac8b39;
/* SwiftUI */
Color(red: 0.675, green: 0.545, blue: 0.224)
/* Android */
Color.parseColor("#ac8b39")Accessibility — WCAG contrast
Aa
#ac8b39 on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac8b39 on black: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green54.5%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta19.2%
Yellow66.9%
Key (black)32.5%
Color previews
#ac8b39 text on a black background
contrast 6.51:1
Card sample
#ac8b39 text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac8b39;
Background color
Panel with #ac8b39 background
background-color: #ac8b39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac8b39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 139, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 139, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac8b39; background: linear-gradient(135deg, #ac8b39, #80AC39);