#9b9b3e
a dark, soft yellow · cool · closest name: olive
RGB
155, 155, 62
HSL
60°, 43%, 43%
CMYK
0, 0, 60, 39
Luminance
0.3076
Every format
| HEX | #9b9b3e |
| RGB | rgb(155, 155, 62) |
| HSL | hsl(60, 43%, 43%) |
| CMYK | cmyk(0%, 0%, 60%, 39%) |
| LAB | lab(62.3 -12.5 47.5) |
| LCH | lch(62.3 49.1 104.7) |
| OKLCH | oklch(0.671 0.116 109.1) |
Copy-ready code
/* CSS */
color: #9b9b3e;
background-color: #9b9b3e;
/* Tailwind (arbitrary) */
class="text-[#9b9b3e] bg-[#9b9b3e]"
/* SCSS */
$brand: #9b9b3e;
/* SwiftUI */
Color(red: 0.608, green: 0.608, blue: 0.243)
/* Android */
Color.parseColor("#9b9b3e")Accessibility — WCAG contrast
Aa
#9b9b3e on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9b9b3e on black: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green60.8%
Blue24.3%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow60.0%
Key (black)39.2%
Color previews
#9b9b3e text on a black background
contrast 7.15:1
Card sample
#9b9b3e text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b9b3e;
Background color
Panel with #9b9b3e background
background-color: #9b9b3e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b9b3e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 155, 62, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 155, 62, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b9b3e; background: linear-gradient(135deg, #9b9b3e, #5D9B3E);