#ac5113
a dark, electric orange · warm · closest name: chocolate
RGB
172, 81, 19
HSL
24°, 80%, 38%
CMYK
0, 53, 89, 33
Luminance
0.1470
Every format
| HEX | #ac5113 |
| RGB | rgb(172, 81, 19) |
| HSL | hsl(24, 80%, 38%) |
| CMYK | cmyk(0%, 53%, 89%, 33%) |
| LAB | lab(45.2 33.9 49.5) |
| LCH | lch(45.2 60.0 55.6) |
| OKLCH | oklch(0.540 0.137 48.6) |
Copy-ready code
/* CSS */
color: #ac5113;
background-color: #ac5113;
/* Tailwind (arbitrary) */
class="text-[#ac5113] bg-[#ac5113]"
/* SCSS */
$brand: #ac5113;
/* SwiftUI */
Color(red: 0.675, green: 0.318, blue: 0.075)
/* Android */
Color.parseColor("#ac5113")Accessibility — WCAG contrast
Aa
#ac5113 on white: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac5113 on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green31.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta52.9%
Yellow89.0%
Key (black)32.5%
Color previews
#ac5113 text on a black background
contrast 3.94:1
Card sample
#ac5113 text on a white background
contrast 5.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac5113;
Background color
Panel with #ac5113 background
background-color: #ac5113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac5113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 81, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 81, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac5113; background: linear-gradient(135deg, #ac5113, #A1AC13);