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