#ac6823
a dark, vivid orange · warm · closest name: peru
RGB
172, 104, 35
HSL
30°, 66%, 41%
CMYK
0, 40, 80, 33
Luminance
0.1879
Every format
| HEX | #ac6823 |
| RGB | rgb(172, 104, 35) |
| HSL | hsl(30, 66%, 41%) |
| CMYK | cmyk(0%, 40%, 80%, 33%) |
| LAB | lab(50.5 21.8 47.8) |
| LCH | lch(50.5 52.6 65.5) |
| OKLCH | oklch(0.581 0.119 61.3) |
Copy-ready code
/* CSS */
color: #ac6823;
background-color: #ac6823;
/* Tailwind (arbitrary) */
class="text-[#ac6823] bg-[#ac6823]"
/* SCSS */
$brand: #ac6823;
/* SwiftUI */
Color(red: 0.675, green: 0.408, blue: 0.137)
/* Android */
Color.parseColor("#ac6823")Accessibility — WCAG contrast
Aa
#ac6823 on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac6823 on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green40.8%
Blue13.7%
CMYK percentages
Cyan0.0%
Magenta39.5%
Yellow79.7%
Key (black)32.5%
Color previews
#ac6823 text on a black background
contrast 4.76:1
Card sample
#ac6823 text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac6823;
Background color
Panel with #ac6823 background
background-color: #ac6823;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac6823;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 104, 35, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 104, 35, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac6823; background: linear-gradient(135deg, #ac6823, #95AC23);