#ac730f
a dark, electric orange · warm · closest name: peru
RGB
172, 115, 15
HSL
38°, 84%, 37%
CMYK
0, 33, 91, 33
Luminance
0.2107
Every format
| HEX | #ac730f |
| RGB | rgb(172, 115, 15) |
| HSL | hsl(38, 84%, 37%) |
| CMYK | cmyk(0%, 33%, 91%, 33%) |
| LAB | lab(53.0 15.1 56.7) |
| LCH | lch(53.0 58.7 75.1) |
| OKLCH | oklch(0.601 0.124 73.5) |
Copy-ready code
/* CSS */
color: #ac730f;
background-color: #ac730f;
/* Tailwind (arbitrary) */
class="text-[#ac730f] bg-[#ac730f]"
/* SCSS */
$brand: #ac730f;
/* SwiftUI */
Color(red: 0.675, green: 0.451, blue: 0.059)
/* Android */
Color.parseColor("#ac730f")Accessibility — WCAG contrast
Aa
#ac730f on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac730f on black: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green45.1%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta33.1%
Yellow91.3%
Key (black)32.5%
Color previews
#ac730f text on a black background
contrast 5.21:1
Card sample
#ac730f text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac730f;
Background color
Panel with #ac730f background
background-color: #ac730f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac730f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 115, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 115, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac730f; background: linear-gradient(135deg, #ac730f, #7DAC0F);