#ad901f
a dark, vivid yellow · cool · closest name: olive
RGB
173, 144, 31
HSL
48°, 70%, 40%
CMYK
0, 17, 82, 32
Luminance
0.2893
Every format
| HEX | #ad901f |
| RGB | rgb(173, 144, 31) |
| HSL | hsl(48, 70%, 40%) |
| CMYK | cmyk(0%, 17%, 82%, 32%) |
| LAB | lab(60.7 -0.2 58.6) |
| LCH | lch(60.7 58.6 90.2) |
| OKLCH | oklch(0.661 0.127 93.3) |
Copy-ready code
/* CSS */
color: #ad901f;
background-color: #ad901f;
/* Tailwind (arbitrary) */
class="text-[#ad901f] bg-[#ad901f]"
/* SCSS */
$brand: #ad901f;
/* SwiftUI */
Color(red: 0.678, green: 0.565, blue: 0.122)
/* Android */
Color.parseColor("#ad901f")Accessibility — WCAG contrast
Aa
#ad901f on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad901f on black: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green56.5%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta16.8%
Yellow82.1%
Key (black)32.2%
Color previews
#ad901f text on a black background
contrast 6.79:1
Card sample
#ad901f text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad901f;
Background color
Panel with #ad901f background
background-color: #ad901f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad901f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 144, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 144, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad901f; background: linear-gradient(135deg, #ad901f, #6BAD1F);