#ac4100
a dark, electric orange · warm · closest name: chocolate
RGB
172, 65, 0
HSL
23°, 100%, 34%
CMYK
0, 62, 100, 33
Luminance
0.1255
Every format
| HEX | #ac4100 |
| RGB | rgb(172, 65, 0) |
| HSL | hsl(23, 100%, 34%) |
| CMYK | cmyk(0%, 62%, 100%, 33%) |
| LAB | lab(42.1 41.5 53.0) |
| LCH | lch(42.1 67.3 51.9) |
| OKLCH | oklch(0.516 0.153 43.0) |
Copy-ready code
/* CSS */
color: #ac4100;
background-color: #ac4100;
/* Tailwind (arbitrary) */
class="text-[#ac4100] bg-[#ac4100]"
/* SCSS */
$brand: #ac4100;
/* SwiftUI */
Color(red: 0.675, green: 0.255, blue: 0.000)
/* Android */
Color.parseColor("#ac4100")Accessibility — WCAG contrast
Aa
#ac4100 on white: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac4100 on black: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green25.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta62.2%
Yellow100.0%
Key (black)32.5%
Color previews
#ac4100 text on a black background
contrast 3.51:1
Card sample
#ac4100 text on a white background
contrast 5.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac4100;
Background color
Panel with #ac4100 background
background-color: #ac4100;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac4100;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 65, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 65, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac4100; background: linear-gradient(135deg, #ac4100, #A4AC00);