#ad8413
a dark, electric yellow · warm · closest name: peru
RGB
173, 132, 19
HSL
44°, 80%, 38%
CMYK
0, 24, 89, 32
Luminance
0.2543
Every format
| HEX | #ad8413 |
| RGB | rgb(173, 132, 19) |
| HSL | hsl(44, 80%, 38%) |
| CMYK | cmyk(0%, 24%, 89%, 32%) |
| LAB | lab(57.5 6.1 59.3) |
| LCH | lch(57.5 59.6 84.1) |
| OKLCH | oklch(0.636 0.126 85.6) |
Copy-ready code
/* CSS */
color: #ad8413;
background-color: #ad8413;
/* Tailwind (arbitrary) */
class="text-[#ad8413] bg-[#ad8413]"
/* SCSS */
$brand: #ad8413;
/* SwiftUI */
Color(red: 0.678, green: 0.518, blue: 0.075)
/* Android */
Color.parseColor("#ad8413")Accessibility — WCAG contrast
Aa
#ad8413 on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad8413 on black: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green51.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta23.7%
Yellow89.0%
Key (black)32.2%
Color previews
#ad8413 text on a black background
contrast 6.09:1
Card sample
#ad8413 text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad8413;
Background color
Panel with #ad8413 background
background-color: #ad8413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad8413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 132, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 132, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad8413; background: linear-gradient(135deg, #ad8413, #6FAD13);