#ab8024
a dark, vivid yellow · warm · closest name: peru
RGB
171, 128, 36
HSL
41°, 65%, 41%
CMYK
0, 25, 79, 33
Luminance
0.2422
Every format
| HEX | #ab8024 |
| RGB | rgb(171, 128, 36) |
| HSL | hsl(41, 65%, 41%) |
| CMYK | cmyk(0%, 25%, 79%, 33%) |
| LAB | lab(56.3 8.0 52.9) |
| LCH | lch(56.3 53.5 81.5) |
| OKLCH | oklch(0.626 0.116 81.8) |
Copy-ready code
/* CSS */
color: #ab8024;
background-color: #ab8024;
/* Tailwind (arbitrary) */
class="text-[#ab8024] bg-[#ab8024]"
/* SCSS */
$brand: #ab8024;
/* SwiftUI */
Color(red: 0.671, green: 0.502, blue: 0.141)
/* Android */
Color.parseColor("#ab8024")Accessibility — WCAG contrast
Aa
#ab8024 on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab8024 on black: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green50.2%
Blue14.1%
CMYK percentages
Cyan0.0%
Magenta25.1%
Yellow78.9%
Key (black)32.9%
Color previews
#ab8024 text on a black background
contrast 5.84:1
Card sample
#ab8024 text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab8024;
Background color
Panel with #ab8024 background
background-color: #ab8024;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab8024;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 128, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 128, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab8024; background: linear-gradient(135deg, #ab8024, #7CAB24);