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