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