#ab8421
a dark, vivid yellow · warm · closest name: peru
RGB
171, 132, 33
HSL
43°, 68%, 40%
CMYK
0, 23, 81, 33
Luminance
0.2527
Every format
| HEX | #ab8421 |
| RGB | rgb(171, 132, 33) |
| HSL | hsl(43, 68%, 40%) |
| CMYK | cmyk(0%, 23%, 81%, 33%) |
| LAB | lab(57.3 5.6 54.9) |
| LCH | lch(57.3 55.2 84.2) |
| OKLCH | oklch(0.634 0.119 85.4) |
Copy-ready code
/* CSS */
color: #ab8421;
background-color: #ab8421;
/* Tailwind (arbitrary) */
class="text-[#ab8421] bg-[#ab8421]"
/* SCSS */
$brand: #ab8421;
/* SwiftUI */
Color(red: 0.671, green: 0.518, blue: 0.129)
/* Android */
Color.parseColor("#ab8421")Accessibility — WCAG contrast
Aa
#ab8421 on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab8421 on black: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green51.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta22.8%
Yellow80.7%
Key (black)32.9%
Color previews
#ab8421 text on a black background
contrast 6.05:1
Card sample
#ab8421 text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab8421;
Background color
Panel with #ab8421 background
background-color: #ab8421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab8421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 132, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 132, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab8421; background: linear-gradient(135deg, #ab8421, #76AB21);