Skip to content

#5c9a21

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

RGB
92, 154, 33
HSL
91°, 65%, 37%
CMYK
40, 0, 79, 40
Luminance
0.2550

At a glance

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

Hex
#5c9a21
Hue
91°
green
Saturation
65%
vivid
Lightness
37%
dark
Brightness
60%
HSV value
Perceived
50%
weighted brightness
Luminance
0.2550
WCAG relative
Temperature
Neutral
50/100 cool
Color family
Green
Tone
Vivid
Best ink
Black
6.10:1
Closest name
Olive Drab
ΔE2000 5.2
Where it sits
Hue91° of 360°
Saturation65%
Lightness37%
Temperature
Warm ← → Cool50% 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#5c9a21
RGBrgb(92, 154, 33)
HSLhsl(91, 65%, 37%)
CMYKcmyk(40%, 0%, 79%, 40%)
LABlab(57.6 -39.6 52.9)
LCHlch(57.6 66.0 126.8)
OKLCHoklch(0.621 0.162 133.5)
Decimal6068769
Display P3color(display-p3 0.361 0.604 0.129)

Copy-ready code

/* CSS */
color: #5c9a21;
background-color: #5c9a21;
/* Tailwind (arbitrary) */
class="text-[#5c9a21] bg-[#5c9a21]"
/* SCSS */
$brand: #5c9a21;
/* SwiftUI */
Color(red: 0.361, green: 0.604, blue: 0.129)
/* Android */
Color.parseColor("#5c9a21")
/* Flutter */
Color(0xFF5C9A21)
/* Python / OpenCV (BGR) */
(33, 154, 92)

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 #5c9a21 · 6.10:1
Use #000000AA at every size, AAA for large text only.
Aa
White text · 3.44:1
AA fail · AA large pass · AAA fail
Aa
Black text · 6.10:1 · recommended
AA pass · AA large pass · AAA fail
Reading the other direction: #5c9a21 as text scores 3.44:1 on white and 6.10:1 on black.

Accessibility — WCAG contrast

Aa
#5c9a21 on white: 3.44:1
AA ✗ fail · AA-large · AAA
Aa
#5c9a21 on black: 6.10:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #A08D00
deuteranopia · #98882E
tritanopia · #5C9483

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #5c9a21 is pinned to step 700; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#F7FBF3
#F0F7E8
#DDF1CB
#C6EBA3
#AAE174
#8DD746
#79CA2B
#5c9a21
#50861D
#3C6219
#263D0F
Base = 700Lightest = 50 · #F7FBF3Darkest = 950 · #263D0F
:root {
  --brand-50: #F7FBF3;
  --brand-100: #F0F7E8;
  --brand-200: #DDF1CB;
  --brand-300: #C6EBA3;
  --brand-400: #AAE174;
  --brand-500: #8DD746;
  --brand-600: #79CA2B;
  --brand-700: #5c9a21;
  --brand-800: #50861D;
  --brand-900: #3C6219;
  --brand-950: #263D0F;
  --brand: #5c9a21;
  --brand-ink: #000000;
}

Colors that work with #5c9a21

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#F7FAF4
Tinted page background
Border#D6EDC0
Hairlines and dividers
Muted text#729B4B
Captions on the surface
Accent#3F1D9E
Second voice, not a rival
Dark variant#3F6917
Hover, pressed, headers
Light variant#F2FAEA
Selected rows, tints
Dark surface#1C2414
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 #5c9a21

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#5F219A
Analogous left#999A21
Analogous right#219A22
Split-complement 1#22219A
Split-complement 2#9A2199
Triadic 1#215C9A
Triadic 2#9A215C
Tetradic#21999A

RGB percentages

Red36.1%
Green60.4%
Blue12.9%

CMYK percentages

Cyan40.3%
Magenta0.0%
Yellow78.6%
Key (black)39.6%

Color previews

#5c9a21 text on a black background

contrast 6.10:1

Card sample

#5c9a21 text on a white background

contrast 3.44:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(92, 154, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 154, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c9a21;
background: linear-gradient(135deg, #5c9a21, #219A37);

Monochromatic scale

Palettes built from #5c9a21

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.

#5c9a21 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

Converts to four-color process without much drama. Proof it anyway.

#5c9a21, answered

What color is #5c9a21?

#5c9a21 is a dark vivid green, closest to Olive Drab (ΔE2000 5.2). It sits at 91° on the hue wheel with 65% saturation and 37% lightness, which reads as neutral.

What is the RGB value of #5c9a21?

rgb(92, 154, 33) — 92 red, 154 green and 33 blue out of 255, or 36.1% / 60.4% / 12.9% by channel.

Is #5c9a21 a light or a dark color?

It is a mid-tone. Relative luminance is 0.2550 and perceived brightness is 50%, so black text on it reaches 6.10:1.

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

Black. It scores 6.10:1 against #5c9a21, versus 3.44:1 for white — AA at any size.

What is the complementary color of #5c9a21?

#5F219A sits directly opposite on the wheel. Softer options are the split-complements #22219A and #9A2199, which give the same contrast with far less vibration.

What colors go well with #5c9a21?

For interface work: #F7FAF4 as the surface, #D6EDC0 for borders, #729B4B for secondary text, #3F1D9E as an accent and #3F6917 for hover and pressed states. For a palette, the analogous pair #999A21 and #219A22 stays calm, while #5F219A is the loudest partner.

What is #5c9a21 in CMYK for printing?

cmyk(40%, 0%, 79%, 40%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.

Is #5c9a21 warm or cool?

Neutral — it scores 50 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #899A21; nudged cooler, #2E9C1F.

Work with #5c9a21 in the Color Lab