#847c01
a dark, electric yellow · cool · closest name: olive
RGB
132, 124, 1
HSL
56°, 99%, 26%
CMYK
0, 6, 99, 48
Luminance
0.1932
Every format
| HEX | #847c01 |
| RGB | rgb(132, 124, 1) |
| HSL | hsl(56, 99%, 26%) |
| CMYK | cmyk(0%, 6%, 99%, 48%) |
| LAB | lab(51.1 -8.9 56.1) |
| LCH | lch(51.1 56.8 99.0) |
| OKLCH | oklch(0.575 0.122 105.1) |
Copy-ready code
/* CSS */
color: #847c01;
background-color: #847c01;
/* Tailwind (arbitrary) */
class="text-[#847c01] bg-[#847c01]"
/* SCSS */
$brand: #847c01;
/* SwiftUI */
Color(red: 0.518, green: 0.486, blue: 0.004)
/* Android */
Color.parseColor("#847c01")Accessibility — WCAG contrast
Aa
#847c01 on white: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#847c01 on black: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green48.6%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta6.1%
Yellow99.2%
Key (black)48.2%
Color previews
#847c01 text on a black background
contrast 4.86:1
Card sample
#847c01 text on a white background
contrast 4.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #847c01;
Background color
Panel with #847c01 background
background-color: #847c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #847c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 124, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 124, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #847c01; background: linear-gradient(135deg, #847c01, #358401);