#a89b13
a dark, electric yellow · cool · closest name: olive
RGB
168, 155, 19
HSL
55°, 80%, 37%
CMYK
0, 8, 89, 34
Luminance
0.3181
Every format
| HEX | #a89b13 |
| RGB | rgb(168, 155, 19) |
| HSL | hsl(55, 80%, 37%) |
| CMYK | cmyk(0%, 8%, 89%, 34%) |
| LAB | lab(63.2 -8.7 63.6) |
| LCH | lch(63.2 64.2 97.8) |
| OKLCH | oklch(0.680 0.139 103.3) |
Copy-ready code
/* CSS */
color: #a89b13;
background-color: #a89b13;
/* Tailwind (arbitrary) */
class="text-[#a89b13] bg-[#a89b13]"
/* SCSS */
$brand: #a89b13;
/* SwiftUI */
Color(red: 0.659, green: 0.608, blue: 0.075)
/* Android */
Color.parseColor("#a89b13")Accessibility — WCAG contrast
Aa
#a89b13 on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a89b13 on black: 7.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green60.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta7.7%
Yellow88.7%
Key (black)34.1%
Color previews
#a89b13 text on a black background
contrast 7.36:1
Card sample
#a89b13 text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a89b13;
Background color
Panel with #a89b13 background
background-color: #a89b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a89b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 155, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 155, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a89b13; background: linear-gradient(135deg, #a89b13, #52A813);