#ac7f43
a balanced, soft orange · warm · closest name: peru
RGB
172, 127, 67
HSL
34°, 44%, 47%
CMYK
0, 26, 61, 33
Luminance
0.2435
Every format
| HEX | #ac7f43 |
| RGB | rgb(172, 127, 67) |
| HSL | hsl(34, 44%, 47%) |
| CMYK | cmyk(0%, 26%, 61%, 33%) |
| LAB | lab(56.4 10.7 38.9) |
| LCH | lch(56.4 40.3 74.6) |
| OKLCH | oklch(0.628 0.095 72.5) |
Copy-ready code
/* CSS */
color: #ac7f43;
background-color: #ac7f43;
/* Tailwind (arbitrary) */
class="text-[#ac7f43] bg-[#ac7f43]"
/* SCSS */
$brand: #ac7f43;
/* SwiftUI */
Color(red: 0.675, green: 0.498, blue: 0.263)
/* Android */
Color.parseColor("#ac7f43")Accessibility — WCAG contrast
Aa
#ac7f43 on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac7f43 on black: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green49.8%
Blue26.3%
CMYK percentages
Cyan0.0%
Magenta26.2%
Yellow61.0%
Key (black)32.5%
Color previews
#ac7f43 text on a black background
contrast 5.87:1
Card sample
#ac7f43 text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac7f43;
Background color
Panel with #ac7f43 background
background-color: #ac7f43;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac7f43;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 127, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 127, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac7f43; background: linear-gradient(135deg, #ac7f43, #93AC43);