#a18308
a dark, electric yellow · cool · closest name: olive
RGB
161, 131, 8
HSL
48°, 91%, 33%
CMYK
0, 19, 95, 37
Luminance
0.2383
Every format
| HEX | #a18308 |
| RGB | rgb(161, 131, 8) |
| HSL | hsl(48, 91%, 33%) |
| CMYK | cmyk(0%, 19%, 95%, 37%) |
| LAB | lab(55.9 1.0 59.6) |
| LCH | lch(55.9 59.7 89.1) |
| OKLCH | oklch(0.620 0.125 92.3) |
Copy-ready code
/* CSS */
color: #a18308;
background-color: #a18308;
/* Tailwind (arbitrary) */
class="text-[#a18308] bg-[#a18308]"
/* SCSS */
$brand: #a18308;
/* SwiftUI */
Color(red: 0.631, green: 0.514, blue: 0.031)
/* Android */
Color.parseColor("#a18308")Accessibility — WCAG contrast
Aa
#a18308 on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a18308 on black: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green51.4%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta18.6%
Yellow95.0%
Key (black)36.9%
Color previews
#a18308 text on a black background
contrast 5.77:1
Card sample
#a18308 text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a18308;
Background color
Panel with #a18308 background
background-color: #a18308;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a18308;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 131, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 131, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a18308; background: linear-gradient(135deg, #a18308, #59A108);