#ad8f2f
a dark, vivid yellow · cool · closest name: olive
RGB
173, 143, 47
HSL
46°, 57%, 43%
CMYK
0, 17, 73, 32
Luminance
0.2873
Every format
| HEX | #ad8f2f |
| RGB | rgb(173, 143, 47) |
| HSL | hsl(46, 57%, 43%) |
| CMYK | cmyk(0%, 17%, 73%, 32%) |
| LAB | lab(60.5 1.0 52.7) |
| LCH | lch(60.5 52.7 88.9) |
| OKLCH | oklch(0.660 0.117 91.1) |
Copy-ready code
/* CSS */
color: #ad8f2f;
background-color: #ad8f2f;
/* Tailwind (arbitrary) */
class="text-[#ad8f2f] bg-[#ad8f2f]"
/* SCSS */
$brand: #ad8f2f;
/* SwiftUI */
Color(red: 0.678, green: 0.561, blue: 0.184)
/* Android */
Color.parseColor("#ad8f2f")Accessibility — WCAG contrast
Aa
#ad8f2f on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad8f2f on black: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green56.1%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta17.3%
Yellow72.8%
Key (black)32.2%
Color previews
#ad8f2f text on a black background
contrast 6.75:1
Card sample
#ad8f2f text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad8f2f;
Background color
Panel with #ad8f2f background
background-color: #ad8f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad8f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 143, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 143, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad8f2f; background: linear-gradient(135deg, #ad8f2f, #77AD2F);