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