#ad820c
a dark, electric yellow · warm · closest name: peru
RGB
173, 130, 12
HSL
44°, 87%, 36%
CMYK
0, 25, 93, 32
Luminance
0.2488
Every format
| HEX | #ad820c |
| RGB | rgb(173, 130, 12) |
| HSL | hsl(44, 87%, 36%) |
| CMYK | cmyk(0%, 25%, 93%, 32%) |
| LAB | lab(57.0 7.1 60.3) |
| LCH | lch(57.0 60.7 83.3) |
| OKLCH | oklch(0.632 0.127 84.6) |
Copy-ready code
/* CSS */
color: #ad820c;
background-color: #ad820c;
/* Tailwind (arbitrary) */
class="text-[#ad820c] bg-[#ad820c]"
/* SCSS */
$brand: #ad820c;
/* SwiftUI */
Color(red: 0.678, green: 0.510, blue: 0.047)
/* Android */
Color.parseColor("#ad820c")Accessibility — WCAG contrast
Aa
#ad820c on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad820c on black: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green51.0%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta24.9%
Yellow93.1%
Key (black)32.2%
Color previews
#ad820c text on a black background
contrast 5.98:1
Card sample
#ad820c text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad820c;
Background color
Panel with #ad820c background
background-color: #ad820c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad820c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 130, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 130, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad820c; background: linear-gradient(135deg, #ad820c, #6DAD0C);