#ac7635
a dark, vivid orange · warm · closest name: peru
RGB
172, 118, 53
HSL
33°, 53%, 44%
CMYK
0, 31, 69, 33
Luminance
0.2198
Every format
| HEX | #ac7635 |
| RGB | rgb(172, 118, 53) |
| HSL | hsl(33, 53%, 44%) |
| CMYK | cmyk(0%, 31%, 69%, 33%) |
| LAB | lab(54.0 14.8 43.2) |
| LCH | lch(54.0 45.7 71.0) |
| OKLCH | oklch(0.609 0.105 68.4) |
Copy-ready code
/* CSS */
color: #ac7635;
background-color: #ac7635;
/* Tailwind (arbitrary) */
class="text-[#ac7635] bg-[#ac7635]"
/* SCSS */
$brand: #ac7635;
/* SwiftUI */
Color(red: 0.675, green: 0.463, blue: 0.208)
/* Android */
Color.parseColor("#ac7635")Accessibility — WCAG contrast
Aa
#ac7635 on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac7635 on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green46.3%
Blue20.8%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow69.2%
Key (black)32.5%
Color previews
#ac7635 text on a black background
contrast 5.40:1
Card sample
#ac7635 text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac7635;
Background color
Panel with #ac7635 background
background-color: #ac7635;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac7635;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 118, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 118, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac7635; background: linear-gradient(135deg, #ac7635, #93AC35);