#ad9621
a dark, vivid yellow · cool · closest name: olive
RGB
173, 150, 33
HSL
50°, 68%, 40%
CMYK
0, 13, 81, 32
Luminance
0.3081
Every format
| HEX | #ad9621 |
| RGB | rgb(173, 150, 33) |
| HSL | hsl(50, 68%, 40%) |
| CMYK | cmyk(0%, 13%, 81%, 32%) |
| LAB | lab(62.4 -3.4 59.5) |
| LCH | lch(62.4 59.5 93.2) |
| OKLCH | oklch(0.674 0.130 97.2) |
Copy-ready code
/* CSS */
color: #ad9621;
background-color: #ad9621;
/* Tailwind (arbitrary) */
class="text-[#ad9621] bg-[#ad9621]"
/* SCSS */
$brand: #ad9621;
/* SwiftUI */
Color(red: 0.678, green: 0.588, blue: 0.129)
/* Android */
Color.parseColor("#ad9621")Accessibility — WCAG contrast
Aa
#ad9621 on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ad9621 on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green58.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta13.3%
Yellow80.9%
Key (black)32.2%
Color previews
#ad9621 text on a black background
contrast 7.16:1
Card sample
#ad9621 text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad9621;
Background color
Panel with #ad9621 background
background-color: #ad9621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad9621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 150, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 150, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad9621; background: linear-gradient(135deg, #ad9621, #67AD21);