#596f3f
a dark, soft green · neutral · closest name: Dark Olive Green
At a glance
Every number on this page in one read: what #596f3f is made of, how bright it looks, and which way it leans.
Reads neutral. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #596f3f |
| RGB | rgb(89, 111, 63) |
| HSL | hsl(88, 28%, 34%) |
| CMYK | cmyk(20%, 0%, 43%, 57%) |
| LAB | lab(44.0 -17.3 24.1) |
| LCH | lch(44.0 29.6 125.6) |
| OKLCH | oklch(0.511 0.076 128.9) |
| Decimal | 5861183 |
| Display P3 | color(display-p3 0.349 0.435 0.247) |
Copy-ready code
/* CSS */
color: #596f3f;
background-color: #596f3f;
/* Tailwind (arbitrary) */
class="text-[#596f3f] bg-[#596f3f]"
/* SCSS */
$brand: #596f3f;
/* SwiftUI */
Color(red: 0.349, green: 0.435, blue: 0.247)
/* Android */
Color.parseColor("#596f3f")
/* Flutter */
Color(0xFF596F3F)
/* Python / OpenCV (BGR) */
(63, 111, 89)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #596f3f is pinned to step 800; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F7F9F6;
--brand-100: #F0F3EC;
--brand-200: #DFE6D6;
--brand-300: #C8D6B7;
--brand-400: #ADC294;
--brand-500: #91AE70;
--brand-600: #7D9C59;
--brand-700: #68824A;
--brand-800: #596f3f;
--brand-900: #3E4D2E;
--brand-950: #27301D;
--brand: #596f3f;
--brand-ink: #ffffff;
}Colors that work with #596f3f
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #596f3f
Derived from its contrast, chroma and lightness — not from taste.
- ✓Body text and links on white
- ✓Charts, tags and secondary surfaces
- ✓Headers, footers and dark-mode surfaces
- ✓Brand accents, badges and data highlights
- ⚠Black text placed on it
- ⚠Pairing with a same-lightness hue — edges vibrate
Similar colors
One move away from this hex in each direction. Every swatch is its own page.
Color relationships
The wheel positions with their names attached, so you can grab the one you actually need.
| Complementary | #553F6F | Directly opposite — maximum tension | |
| Analogous left | #6F6D3F | Neighbour, quieter | |
| Analogous right | #416F3F | Neighbour, quieter | |
| Split-complement 1 | #3F416F | Contrast without the clash | |
| Split-complement 2 | #6D3F6F | Contrast without the clash | |
| Triadic 1 | #3F596F | Even thirds — balanced and loud | |
| Triadic 2 | #6F3F59 | Even thirds — balanced and loud | |
| Tetradic | #3F6F6D | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#596f3f text on a black background
contrast 3.77:1
#596f3f text on a white background
contrast 5.57:1
CSS3 live lab
The quick brown fox
color: #596f3f;
background-color: #596f3f;
Glowing headline
text-shadow: 2px 2px 8px #596f3f;
Soft neon halo
text-shadow: 0 0 14px rgba(89, 111, 63, 0.45);
box-shadow: 0 12px 32px -8px rgba(89, 111, 63, 0.45);
border: 3px solid #596f3f; background: linear-gradient(135deg, #596f3f, #3F6F45);
Monochromatic scale
Palettes built from #596f3f
Shades — darker
Tints — lighter
Color harmonies
Nearest named colors
Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.
Closest color with a full write-up: Fern Green (#4f7942) — ΔE2000 5.1 away, with its history, psychology and brand usage.
#596f3f in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#596f3f, answered
What color is #596f3f?
#596f3f is a dark soft green, closest to Dark Olive Green (ΔE2000 3.4). It sits at 88° on the hue wheel with 28% saturation and 34% lightness, which reads as neutral.
What is the RGB value of #596f3f?
rgb(89, 111, 63) — 89 red, 111 green and 63 blue out of 255, or 34.9% / 43.5% / 24.7% by channel.
Is #596f3f a light or a dark color?
It is a dark color. Relative luminance is 0.1385 and perceived brightness is 39%, so white text on it reaches 5.57:1.
Should I use black or white text on #596f3f?
White. It scores 5.57:1 against #596f3f, versus 3.77:1 for black — AA at any size.
What is the complementary color of #596f3f?
#553F6F sits directly opposite on the wheel. Softer options are the split-complements #3F416F and #6D3F6F, which give the same contrast with far less vibration.
What colors go well with #596f3f?
For interface work: #F8F9F5 as the surface, #D7E1CB for borders, #759253 for secondary text, #473B72 as an accent and #41512E for hover and pressed states. For a palette, the analogous pair #6F6D3F and #416F3F stays calm, while #553F6F is the loudest partner.
What is #596f3f in CMYK for printing?
cmyk(20%, 0%, 43%, 57%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #596f3f warm or cool?
Neutral — it scores 48 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #6B6F3F; nudged cooler, #46713D.