#a6830f
a dark, electric yellow · cool · closest name: olive
RGB
166, 131, 15
HSL
46°, 83%, 36%
CMYK
0, 21, 91, 35
Luminance
0.2437
Every format
| HEX | #a6830f |
| RGB | rgb(166, 131, 15) |
| HSL | hsl(46, 83%, 36%) |
| CMYK | cmyk(0%, 21%, 91%, 35%) |
| LAB | lab(56.5 3.4 59.0) |
| LCH | lch(56.5 59.1 86.7) |
| OKLCH | oklch(0.626 0.124 89.1) |
Copy-ready code
/* CSS */
color: #a6830f;
background-color: #a6830f;
/* Tailwind (arbitrary) */
class="text-[#a6830f] bg-[#a6830f]"
/* SCSS */
$brand: #a6830f;
/* SwiftUI */
Color(red: 0.651, green: 0.514, blue: 0.059)
/* Android */
Color.parseColor("#a6830f")Accessibility — WCAG contrast
Aa
#a6830f on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a6830f on black: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green51.4%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta21.1%
Yellow91.0%
Key (black)34.9%
Color previews
#a6830f text on a black background
contrast 5.87:1
Card sample
#a6830f text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6830f;
Background color
Panel with #a6830f background
background-color: #a6830f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6830f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 131, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 131, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6830f; background: linear-gradient(135deg, #a6830f, #64A60F);