#848430
a dark, vivid yellow · cool · closest name: olive
RGB
132, 132, 48
HSL
60°, 47%, 35%
CMYK
0, 0, 64, 48
Luminance
0.2162
Every format
| HEX | #848430 |
| RGB | rgb(132, 132, 48) |
| HSL | hsl(60, 47%, 35%) |
| CMYK | cmyk(0%, 0%, 64%, 48%) |
| LAB | lab(53.6 -11.4 43.9) |
| LCH | lch(53.6 45.4 104.5) |
| OKLCH | oklch(0.596 0.106 109.2) |
Copy-ready code
/* CSS */
color: #848430;
background-color: #848430;
/* Tailwind (arbitrary) */
class="text-[#848430] bg-[#848430]"
/* SCSS */
$brand: #848430;
/* SwiftUI */
Color(red: 0.518, green: 0.518, blue: 0.188)
/* Android */
Color.parseColor("#848430")Accessibility — WCAG contrast
Aa
#848430 on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#848430 on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green51.8%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow63.6%
Key (black)48.2%
Color previews
#848430 text on a black background
contrast 5.32:1
Card sample
#848430 text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #848430;
Background color
Panel with #848430 background
background-color: #848430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #848430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 132, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 132, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #848430; background: linear-gradient(135deg, #848430, #4C8430);