#ac751f
a dark, vivid orange · warm · closest name: peru
RGB
172, 117, 31
HSL
37°, 70%, 40%
CMYK
0, 32, 82, 33
Luminance
0.2159
Every format
| HEX | #ac751f |
| RGB | rgb(172, 117, 31) |
| HSL | hsl(37, 70%, 40%) |
| CMYK | cmyk(0%, 32%, 82%, 33%) |
| LAB | lab(53.6 14.4 52.3) |
| LCH | lch(53.6 54.3 74.6) |
| OKLCH | oklch(0.605 0.118 72.9) |
Copy-ready code
/* CSS */
color: #ac751f;
background-color: #ac751f;
/* Tailwind (arbitrary) */
class="text-[#ac751f] bg-[#ac751f]"
/* SCSS */
$brand: #ac751f;
/* SwiftUI */
Color(red: 0.675, green: 0.459, blue: 0.122)
/* Android */
Color.parseColor("#ac751f")Accessibility — WCAG contrast
Aa
#ac751f on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac751f on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green45.9%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow82.0%
Key (black)32.5%
Color previews
#ac751f text on a black background
contrast 5.32:1
Card sample
#ac751f text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac751f;
Background color
Panel with #ac751f background
background-color: #ac751f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac751f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 117, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 117, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac751f; background: linear-gradient(135deg, #ac751f, #85AC1F);