#ad4c01
a dark, electric orange · warm · closest name: chocolate
RGB
173, 76, 1
HSL
26°, 99%, 34%
CMYK
0, 56, 99, 32
Luminance
0.1406
Every format
| HEX | #ad4c01 |
| RGB | rgb(173, 76, 1) |
| HSL | hsl(26, 99%, 34%) |
| CMYK | cmyk(0%, 56%, 99%, 32%) |
| LAB | lab(44.3 36.5 54.0) |
| LCH | lch(44.3 65.2 55.9) |
| OKLCH | oklch(0.534 0.145 47.9) |
Copy-ready code
/* CSS */
color: #ad4c01;
background-color: #ad4c01;
/* Tailwind (arbitrary) */
class="text-[#ad4c01] bg-[#ad4c01]"
/* SCSS */
$brand: #ad4c01;
/* SwiftUI */
Color(red: 0.678, green: 0.298, blue: 0.004)
/* Android */
Color.parseColor("#ad4c01")Accessibility — WCAG contrast
Aa
#ad4c01 on white: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad4c01 on black: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green29.8%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta56.1%
Yellow99.4%
Key (black)32.2%
Color previews
#ad4c01 text on a black background
contrast 3.81:1
Card sample
#ad4c01 text on a white background
contrast 5.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad4c01;
Background color
Panel with #ad4c01 background
background-color: #ad4c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad4c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 76, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 76, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad4c01; background: linear-gradient(135deg, #ad4c01, #9BAD01);