#ab8939
a dark, vivid yellow · warm · closest name: peru
RGB
171, 137, 57
HSL
42°, 50%, 45%
CMYK
0, 20, 67, 33
Luminance
0.2684
Every format
| HEX | #ab8939 |
| RGB | rgb(171, 137, 57) |
| HSL | hsl(42, 50%, 45%) |
| CMYK | cmyk(0%, 20%, 67%, 33%) |
| LAB | lab(58.8 4.0 46.5) |
| LCH | lch(58.8 46.6 85.1) |
| OKLCH | oklch(0.647 0.106 85.8) |
Copy-ready code
/* CSS */
color: #ab8939;
background-color: #ab8939;
/* Tailwind (arbitrary) */
class="text-[#ab8939] bg-[#ab8939]"
/* SCSS */
$brand: #ab8939;
/* SwiftUI */
Color(red: 0.671, green: 0.537, blue: 0.224)
/* Android */
Color.parseColor("#ab8939")Accessibility — WCAG contrast
Aa
#ab8939 on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab8939 on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green53.7%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta19.9%
Yellow66.7%
Key (black)32.9%
Color previews
#ab8939 text on a black background
contrast 6.37:1
Card sample
#ab8939 text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab8939;
Background color
Panel with #ab8939 background
background-color: #ab8939;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab8939;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 137, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 137, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab8939; background: linear-gradient(135deg, #ab8939, #81AB39);