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