#848607
a dark, electric yellow · cool · closest name: olive
RGB
132, 134, 7
HSL
61°, 90%, 28%
CMYK
2, 0, 95, 48
Luminance
0.2197
Every format
| HEX | #848607 |
| RGB | rgb(132, 134, 7) |
| HSL | hsl(61, 90%, 28%) |
| CMYK | cmyk(2%, 0%, 95%, 48%) |
| LAB | lab(54.0 -14.2 57.2) |
| LCH | lch(54.0 58.9 103.9) |
| OKLCH | oklch(0.599 0.130 110.8) |
Copy-ready code
/* CSS */
color: #848607;
background-color: #848607;
/* Tailwind (arbitrary) */
class="text-[#848607] bg-[#848607]"
/* SCSS */
$brand: #848607;
/* SwiftUI */
Color(red: 0.518, green: 0.525, blue: 0.027)
/* Android */
Color.parseColor("#848607")Accessibility — WCAG contrast
Aa
#848607 on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#848607 on black: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green52.5%
Blue2.7%
CMYK percentages
Cyan1.5%
Magenta0.0%
Yellow94.8%
Key (black)47.5%
Color previews
#848607 text on a black background
contrast 5.39:1
Card sample
#848607 text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #848607;
Background color
Panel with #848607 background
background-color: #848607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #848607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 134, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 134, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #848607; background: linear-gradient(135deg, #848607, #2F8607);