Closest to Dark Olive Green
#8A6E45
Color conversions
Reference values for common CSS, design, and accessibility formats.
| Format | Value | Preview | Copy |
|---|---|---|---|
| HEX | 8A6E45 | ||
| HEX with # | #8A6E45 | ||
| RGB | rgb(138, 110, 69) | ||
| RGBA | rgba(138, 110, 69, 1) | ||
| HSL | hsl(35.65 33.33% 40.59%) | ||
| HSLA | hsla(35.65, 33.33%, 40.59%, 1) | ||
| HSV | hsv(35.65, 50%, 54.12%) | ||
| CMYK | cmyk(0%, 20.29%, 50%, 45.88%) | ||
| OKLCH | oklch(55.59% 0.0673 76.18) |
Closest named matches
Color modifications
Lighter shades
Saturation steps
Suggested pairings
Split-complementary
Try this combo as a gradientUse this color in CSS
--color: #8A6E45;
bg-[#8a6e45]
Accessibility quick-check
White text
4.78:1
AA normal
Black text
4.4:1
AA large
Reference notes
#8A6E45 is a balanced, soft orange color closest to Dark Olive Green. The color has RGB channels of 138, 110, and 69; in HSL terms, it is centered near 36 degrees with 33% saturation and 41% lightness. In a design system, this warm reading is a useful shortcut for deciding whether the color should act as a primary accent, a supporting surface, or a quiet divider. The safest usage pattern is to test it against both light and dark surfaces, then reserve the weaker text pairing for decoration rather than essential labels. If the color feels too forceful at full strength, the lighter, darker, and desaturated variants usually provide a calmer path for production UI. For editorial or product interfaces, reserve the most saturated use for accents and repeat softer variants in borders, labels, or background fills. This makes it useful for backgrounds, supporting UI surfaces, editorial layouts, and restrained visual systems. In CSS systems, define it as a custom property first so variations, shadows, and gradients can stay consistent.