#ab8913
a dark, electric yellow · cool · closest name: olive
RGB
171, 137, 19
HSL
47°, 80%, 37%
CMYK
0, 20, 89, 33
Luminance
0.2660
Every format
| HEX | #ab8913 |
| RGB | rgb(171, 137, 19) |
| HSL | hsl(47, 80%, 37%) |
| CMYK | cmyk(0%, 20%, 89%, 33%) |
| LAB | lab(58.6 2.4 60.0) |
| LCH | lch(58.6 60.1 87.7) |
| OKLCH | oklch(0.644 0.127 90.3) |
Copy-ready code
/* CSS */
color: #ab8913;
background-color: #ab8913;
/* Tailwind (arbitrary) */
class="text-[#ab8913] bg-[#ab8913]"
/* SCSS */
$brand: #ab8913;
/* SwiftUI */
Color(red: 0.671, green: 0.537, blue: 0.075)
/* Android */
Color.parseColor("#ab8913")Accessibility — WCAG contrast
Aa
#ab8913 on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab8913 on black: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green53.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta19.9%
Yellow88.9%
Key (black)32.9%
Color previews
#ab8913 text on a black background
contrast 6.32:1
Card sample
#ab8913 text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab8913;
Background color
Panel with #ab8913 background
background-color: #ab8913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab8913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 137, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 137, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab8913; background: linear-gradient(135deg, #ab8913, #68AB13);