#ad7934
a dark, vivid orange · warm · closest name: peru
RGB
173, 121, 52
HSL
34°, 54%, 44%
CMYK
0, 30, 70, 32
Luminance
0.2281
Every format
| HEX | #ad7934 |
| RGB | rgb(173, 121, 52) |
| HSL | hsl(34, 54%, 44%) |
| CMYK | cmyk(0%, 30%, 70%, 32%) |
| LAB | lab(54.9 13.5 44.6) |
| LCH | lch(54.9 46.6 73.1) |
| OKLCH | oklch(0.616 0.107 71.0) |
Copy-ready code
/* CSS */
color: #ad7934;
background-color: #ad7934;
/* Tailwind (arbitrary) */
class="text-[#ad7934] bg-[#ad7934]"
/* SCSS */
$brand: #ad7934;
/* SwiftUI */
Color(red: 0.678, green: 0.475, blue: 0.204)
/* Android */
Color.parseColor("#ad7934")Accessibility — WCAG contrast
Aa
#ad7934 on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad7934 on black: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green47.5%
Blue20.4%
CMYK percentages
Cyan0.0%
Magenta30.1%
Yellow69.9%
Key (black)32.2%
Color previews
#ad7934 text on a black background
contrast 5.56:1
Card sample
#ad7934 text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad7934;
Background color
Panel with #ad7934 background
background-color: #ad7934;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad7934;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 121, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 121, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad7934; background: linear-gradient(135deg, #ad7934, #90AD34);