#ad6213
a dark, electric orange · warm · closest name: peru
RGB
173, 98, 19
HSL
31°, 80%, 38%
CMYK
0, 43, 89, 32
Luminance
0.1767
Every format
| HEX | #ad6213 |
| RGB | rgb(173, 98, 19) |
| HSL | hsl(31, 80%, 38%) |
| CMYK | cmyk(0%, 43%, 89%, 32%) |
| LAB | lab(49.1 25.1 52.6) |
| LCH | lch(49.1 58.3 64.5) |
| OKLCH | oklch(0.570 0.128 59.5) |
Copy-ready code
/* CSS */
color: #ad6213;
background-color: #ad6213;
/* Tailwind (arbitrary) */
class="text-[#ad6213] bg-[#ad6213]"
/* SCSS */
$brand: #ad6213;
/* SwiftUI */
Color(red: 0.678, green: 0.384, blue: 0.075)
/* Android */
Color.parseColor("#ad6213")Accessibility — WCAG contrast
Aa
#ad6213 on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad6213 on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green38.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta43.4%
Yellow89.0%
Key (black)32.2%
Color previews
#ad6213 text on a black background
contrast 4.53:1
Card sample
#ad6213 text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad6213;
Background color
Panel with #ad6213 background
background-color: #ad6213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad6213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 98, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 98, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad6213; background: linear-gradient(135deg, #ad6213, #91AD13);