#ad8621
a dark, vivid yellow · warm · closest name: peru
RGB
173, 134, 33
HSL
43°, 68%, 40%
CMYK
0, 23, 81, 32
Luminance
0.2604
Every format
| HEX | #ad8621 |
| RGB | rgb(173, 134, 33) |
| HSL | hsl(43, 68%, 40%) |
| CMYK | cmyk(0%, 23%, 81%, 32%) |
| LAB | lab(58.1 5.4 55.7) |
| LCH | lch(58.1 55.9 84.4) |
| OKLCH | oklch(0.641 0.121 85.8) |
Copy-ready code
/* CSS */
color: #ad8621;
background-color: #ad8621;
/* Tailwind (arbitrary) */
class="text-[#ad8621] bg-[#ad8621]"
/* SCSS */
$brand: #ad8621;
/* SwiftUI */
Color(red: 0.678, green: 0.525, blue: 0.129)
/* Android */
Color.parseColor("#ad8621")Accessibility — WCAG contrast
Aa
#ad8621 on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad8621 on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green52.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta22.5%
Yellow80.9%
Key (black)32.2%
Color previews
#ad8621 text on a black background
contrast 6.21:1
Card sample
#ad8621 text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad8621;
Background color
Panel with #ad8621 background
background-color: #ad8621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad8621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 134, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 134, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad8621; background: linear-gradient(135deg, #ad8621, #77AD21);