Skip to content

#5b8b13

a dark, electric green · neutral · closest name: Olive Drab

RGB
91, 139, 19
HSL
84°, 76%, 31%
CMYK
35, 0, 86, 46
Luminance
0.2074

At a glance

Every number on this page in one read: what #5b8b13 is made of, how bright it looks, and which way it leans.

Hex
#5b8b13
Hue
84°
green
Saturation
76%
electric
Lightness
31%
dark
Brightness
55%
HSV value
Perceived
46%
weighted brightness
Luminance
0.2074
WCAG relative
Temperature
Neutral
45/100 cool
Color family
Green
Tone
Electric
Best ink
Black
5.15:1
Closest name
Olive Drab
ΔE2000 3
Where it sits
Hue84° of 360°
Saturation76%
Lightness31%
Temperature
Warm ← → Cool45% cool

Reads neutral. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#5b8b13
RGBrgb(91, 139, 19)
HSLhsl(84, 76%, 31%)
CMYKcmyk(35%, 0%, 86%, 46%)
LABlab(52.7 -34.0 52.5)
LCHlch(52.7 62.5 123.0)
OKLCHoklch(0.581 0.150 130.4)
Decimal5999379
Display P3color(display-p3 0.357 0.545 0.075)

Copy-ready code

/* CSS */
color: #5b8b13;
background-color: #5b8b13;
/* Tailwind (arbitrary) */
class="text-[#5b8b13] bg-[#5b8b13]"
/* SCSS */
$brand: #5b8b13;
/* SwiftUI */
Color(red: 0.357, green: 0.545, blue: 0.075)
/* Android */
Color.parseColor("#5b8b13")
/* Flutter */
Color(0xFF5B8B13)
/* Python / OpenCV (BGR) */
(19, 139, 91)

Best text color

Only one of black and white can be right. This is the one, with the number that proves it.

Readable at a glance#000000 on #5b8b13 · 5.15:1
Use #000000AA at every size, AAA for large text only.
Aa
White text · 4.08:1
AA fail · AA large pass · AAA fail
Aa
Black text · 5.15:1 · recommended
AA pass · AA large pass · AAA fail
Reading the other direction: #5b8b13 as text scores 4.08:1 on white and 5.15:1 on black.

Accessibility — WCAG contrast

Aa
#5b8b13 on white: 4.08:1
AA ✗ fail · AA-large · AAA
Aa
#5b8b13 on black: 5.15:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #928000
deuteranopia · #8B7C22
tritanopia · #5D8576

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #5b8b13 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.

#F8FCF3
#F2F9E7
#E2F4C8
#CFF19C
#B8EB6B
#A0E43A
#8DD71D
#75B319
#5b8b13
#466812
#2C410C
Base = 800Lightest = 50 · #F8FCF3Darkest = 950 · #2C410C
:root {
  --brand-50: #F8FCF3;
  --brand-100: #F2F9E7;
  --brand-200: #E2F4C8;
  --brand-300: #CFF19C;
  --brand-400: #B8EB6B;
  --brand-500: #A0E43A;
  --brand-600: #8DD71D;
  --brand-700: #75B319;
  --brand-800: #5b8b13;
  --brand-900: #466812;
  --brand-950: #2C410C;
  --brand: #5b8b13;
  --brand-ink: #000000;
}

Colors that work with #5b8b13

Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.

Text on it#000000
Black wins here
Surface#F8FAF4
Tinted page background
Border#DBEDC0
Hairlines and dividers
Muted text#7B9B4B
Captions on the surface
Accent#23108E
Second voice, not a rival
Dark variant#49700F
Hover, pressed, headers
Light variant#F4FCE9
Selected rows, tints
Dark surface#1E2414
Dark-mode background
Light mode
Everything in its place

Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.

Primary actionSecondaryBadge
Dark mode
Same hue, inverted

Lightness flips, hue holds. The accent stays the anchor in both themes.

Primary actionSecondaryAccent

How to use #5b8b13

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Headings from 24px up on white
  • Text and icons on dark surfaces
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Headers, footers and dark-mode surfaces
  • Brand accents, badges and data highlights
Use with care
  • Small text on white — under 4.5:1
  • Full-page backgrounds — tiring over long sessions
  • 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#43138B
Analogous left#8B7F13
Analogous right#1F8B13
Split-complement 1#131F8B
Split-complement 2#7F138B
Triadic 1#135B8B
Triadic 2#8B135B
Tetradic#138B7F

RGB percentages

Red35.7%
Green54.5%
Blue7.5%

CMYK percentages

Cyan34.5%
Magenta0.0%
Yellow86.3%
Key (black)45.5%

Color previews

#5b8b13 text on a black background

contrast 5.15:1

Card sample

#5b8b13 text on a white background

contrast 4.08:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #5b8b13;
Background color
Panel with #5b8b13 background
background-color: #5b8b13;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #5b8b13;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(91, 139, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 139, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5b8b13;
background: linear-gradient(135deg, #5b8b13, #138B1B);

Monochromatic scale

Palettes built from #5b8b13

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.

#5b8b13 in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
SustainabilityFinanceHealth and wellnessAgriculture
Common UI roles
ButtonsLinksFocus statesCharts
Print note

Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.

#5b8b13, answered

What color is #5b8b13?

#5b8b13 is a dark electric green, closest to Olive Drab (ΔE2000 3). It sits at 84° on the hue wheel with 76% saturation and 31% lightness, which reads as neutral.

What is the RGB value of #5b8b13?

rgb(91, 139, 19) — 91 red, 139 green and 19 blue out of 255, or 35.7% / 54.5% / 7.5% by channel.

Is #5b8b13 a light or a dark color?

It is a mid-tone. Relative luminance is 0.2074 and perceived brightness is 46%, so black text on it reaches 5.15:1.

Should I use black or white text on #5b8b13?

Black. It scores 5.15:1 against #5b8b13, versus 4.08:1 for white — AA at any size.

What is the complementary color of #5b8b13?

#43138B sits directly opposite on the wheel. Softer options are the split-complements #131F8B and #7F138B, which give the same contrast with far less vibration.

What colors go well with #5b8b13?

For interface work: #F8FAF4 as the surface, #DBEDC0 for borders, #7B9B4B for secondary text, #23108E as an accent and #49700F for hover and pressed states. For a palette, the analogous pair #8B7F13 and #1F8B13 stays calm, while #43138B is the loudest partner.

What is #5b8b13 in CMYK for printing?

cmyk(35%, 0%, 86%, 46%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.

Is #5b8b13 warm or cool?

Neutral — it scores 45 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #878B13; nudged cooler, #2E8D11.

Work with #5b8b13 in the Color Lab