#9b842a
a dark, vivid yellow · cool · closest name: olive
RGB
155, 132, 42
HSL
48°, 57%, 39%
CMYK
0, 15, 73, 39
Luminance
0.2364
Every format
| HEX | #9b842a |
| RGB | rgb(155, 132, 42) |
| HSL | hsl(48, 57%, 39%) |
| CMYK | cmyk(0%, 15%, 73%, 39%) |
| LAB | lab(55.7 -1.3 49.4) |
| LCH | lch(55.7 49.4 91.5) |
| OKLCH | oklch(0.618 0.110 94.4) |
Copy-ready code
/* CSS */
color: #9b842a;
background-color: #9b842a;
/* Tailwind (arbitrary) */
class="text-[#9b842a] bg-[#9b842a]"
/* SCSS */
$brand: #9b842a;
/* SwiftUI */
Color(red: 0.608, green: 0.518, blue: 0.165)
/* Android */
Color.parseColor("#9b842a")Accessibility — WCAG contrast
Aa
#9b842a on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9b842a on black: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green51.8%
Blue16.5%
CMYK percentages
Cyan0.0%
Magenta14.8%
Yellow72.9%
Key (black)39.2%
Color previews
#9b842a text on a black background
contrast 5.73:1
Card sample
#9b842a text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b842a;
Background color
Panel with #9b842a background
background-color: #9b842a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b842a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 132, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 132, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b842a; background: linear-gradient(135deg, #9b842a, #679B2A);