#846310
a dark, electric yellow · warm · closest name: olive
RGB
132, 99, 16
HSL
43°, 78%, 29%
CMYK
0, 25, 88, 48
Luminance
0.1387
Every format
| HEX | #846310 |
| RGB | rgb(132, 99, 16) |
| HSL | hsl(43, 78%, 29%) |
| CMYK | cmyk(0%, 25%, 88%, 48%) |
| LAB | lab(44.0 5.7 47.3) |
| LCH | lch(44.0 47.6 83.1) |
| OKLCH | oklch(0.520 0.101 84.2) |
Copy-ready code
/* CSS */
color: #846310;
background-color: #846310;
/* Tailwind (arbitrary) */
class="text-[#846310] bg-[#846310]"
/* SCSS */
$brand: #846310;
/* SwiftUI */
Color(red: 0.518, green: 0.388, blue: 0.063)
/* Android */
Color.parseColor("#846310")Accessibility — WCAG contrast
Aa
#846310 on white: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#846310 on black: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green38.8%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta25.0%
Yellow87.9%
Key (black)48.2%
Color previews
#846310 text on a black background
contrast 3.77:1
Card sample
#846310 text on a white background
contrast 5.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #846310;
Background color
Panel with #846310 background
background-color: #846310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #846310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 99, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 99, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #846310; background: linear-gradient(135deg, #846310, #588410);