#ac752f
a dark, vivid orange · warm · closest name: peru
RGB
172, 117, 47
HSL
34°, 57%, 43%
CMYK
0, 32, 73, 33
Luminance
0.2170
Every format
| HEX | #ac752f |
| RGB | rgb(172, 117, 47) |
| HSL | hsl(34, 57%, 43%) |
| CMYK | cmyk(0%, 32%, 73%, 33%) |
| LAB | lab(53.7 15.1 45.7) |
| LCH | lch(53.7 48.1 71.7) |
| OKLCH | oklch(0.607 0.109 69.3) |
Copy-ready code
/* CSS */
color: #ac752f;
background-color: #ac752f;
/* Tailwind (arbitrary) */
class="text-[#ac752f] bg-[#ac752f]"
/* SCSS */
$brand: #ac752f;
/* SwiftUI */
Color(red: 0.675, green: 0.459, blue: 0.184)
/* Android */
Color.parseColor("#ac752f")Accessibility — WCAG contrast
Aa
#ac752f on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac752f on black: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green45.9%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow72.7%
Key (black)32.5%
Color previews
#ac752f text on a black background
contrast 5.34:1
Card sample
#ac752f text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac752f;
Background color
Panel with #ac752f background
background-color: #ac752f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac752f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 117, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 117, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac752f; background: linear-gradient(135deg, #ac752f, #90AC2F);