#ad730f
a dark, electric orange · warm · closest name: peru
RGB
173, 115, 15
HSL
38°, 84%, 37%
CMYK
0, 34, 91, 32
Luminance
0.2118
Every format
| HEX | #ad730f |
| RGB | rgb(173, 115, 15) |
| HSL | hsl(38, 84%, 37%) |
| CMYK | cmyk(0%, 34%, 91%, 32%) |
| LAB | lab(53.1 15.6 56.8) |
| LCH | lch(53.1 58.9 74.7) |
| OKLCH | oklch(0.602 0.124 72.9) |
Copy-ready code
/* CSS */
color: #ad730f;
background-color: #ad730f;
/* Tailwind (arbitrary) */
class="text-[#ad730f] bg-[#ad730f]"
/* SCSS */
$brand: #ad730f;
/* SwiftUI */
Color(red: 0.678, green: 0.451, blue: 0.059)
/* Android */
Color.parseColor("#ad730f")Accessibility — WCAG contrast
Aa
#ad730f on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad730f on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green45.1%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta33.5%
Yellow91.3%
Key (black)32.2%
Color previews
#ad730f text on a black background
contrast 5.24:1
Card sample
#ad730f text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad730f;
Background color
Panel with #ad730f background
background-color: #ad730f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad730f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 115, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 115, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad730f; background: linear-gradient(135deg, #ad730f, #7EAD0F);