#9e8e3f
a dark, soft yellow · cool · closest name: olive
RGB
158, 142, 63
HSL
50°, 43%, 43%
CMYK
0, 10, 60, 38
Luminance
0.2697
Every format
| HEX | #9e8e3f |
| RGB | rgb(158, 142, 63) |
| HSL | hsl(50, 43%, 43%) |
| CMYK | cmyk(0%, 10%, 60%, 38%) |
| LAB | lab(59.0 -4.1 43.4) |
| LCH | lch(59.0 43.6 95.4) |
| OKLCH | oklch(0.645 0.101 98.0) |
Copy-ready code
/* CSS */
color: #9e8e3f;
background-color: #9e8e3f;
/* Tailwind (arbitrary) */
class="text-[#9e8e3f] bg-[#9e8e3f]"
/* SCSS */
$brand: #9e8e3f;
/* SwiftUI */
Color(red: 0.620, green: 0.557, blue: 0.247)
/* Android */
Color.parseColor("#9e8e3f")Accessibility — WCAG contrast
Aa
#9e8e3f on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9e8e3f on black: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green55.7%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta10.1%
Yellow60.1%
Key (black)38.0%
Color previews
#9e8e3f text on a black background
contrast 6.39:1
Card sample
#9e8e3f text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9e8e3f;
Background color
Panel with #9e8e3f background
background-color: #9e8e3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9e8e3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 142, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 142, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9e8e3f; background: linear-gradient(135deg, #9e8e3f, #6F9E3F);