#ac7639
a dark, vivid orange · warm · closest name: peru
RGB
172, 118, 57
HSL
32°, 50%, 45%
CMYK
0, 31, 67, 33
Luminance
0.2202
Every format
| HEX | #ac7639 |
| RGB | rgb(172, 118, 57) |
| HSL | hsl(32, 50%, 45%) |
| CMYK | cmyk(0%, 31%, 67%, 33%) |
| LAB | lab(54.0 15.1 41.3) |
| LCH | lch(54.0 43.9 69.9) |
| OKLCH | oklch(0.610 0.103 67.0) |
Copy-ready code
/* CSS */
color: #ac7639;
background-color: #ac7639;
/* Tailwind (arbitrary) */
class="text-[#ac7639] bg-[#ac7639]"
/* SCSS */
$brand: #ac7639;
/* SwiftUI */
Color(red: 0.675, green: 0.463, blue: 0.224)
/* Android */
Color.parseColor("#ac7639")Accessibility — WCAG contrast
Aa
#ac7639 on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac7639 on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green46.3%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow66.9%
Key (black)32.5%
Color previews
#ac7639 text on a black background
contrast 5.40:1
Card sample
#ac7639 text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac7639;
Background color
Panel with #ac7639 background
background-color: #ac7639;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac7639;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 118, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 118, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac7639; background: linear-gradient(135deg, #ac7639, #95AC39);