#ac6f2f
a dark, vivid orange · warm · closest name: peru
RGB
172, 111, 47
HSL
31°, 57%, 43%
CMYK
0, 36, 73, 33
Luminance
0.2034
Every format
| HEX | #ac6f2f |
| RGB | rgb(172, 111, 47) |
| HSL | hsl(31, 57%, 43%) |
| CMYK | cmyk(0%, 36%, 73%, 33%) |
| LAB | lab(52.2 18.4 44.2) |
| LCH | lch(52.2 47.9 67.3) |
| OKLCH | oklch(0.595 0.110 63.8) |
Copy-ready code
/* CSS */
color: #ac6f2f;
background-color: #ac6f2f;
/* Tailwind (arbitrary) */
class="text-[#ac6f2f] bg-[#ac6f2f]"
/* SCSS */
$brand: #ac6f2f;
/* SwiftUI */
Color(red: 0.675, green: 0.435, blue: 0.184)
/* Android */
Color.parseColor("#ac6f2f")Accessibility — WCAG contrast
Aa
#ac6f2f on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac6f2f on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green43.5%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta35.5%
Yellow72.7%
Key (black)32.5%
Color previews
#ac6f2f text on a black background
contrast 5.07:1
Card sample
#ac6f2f text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac6f2f;
Background color
Panel with #ac6f2f background
background-color: #ac6f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac6f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 111, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 111, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac6f2f; background: linear-gradient(135deg, #ac6f2f, #96AC2F);