Skip to content

#6c8e21

a dark, vivid green · warm · “Olive Drab”

RGB
108, 142, 33
HSL
79°, 62%, 34%
CMYK
24, 0, 77, 44
Luminance
0.2264

At a glance

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

Hex
#6c8e21
Hue
79°
green
Saturation
62%
vivid
Lightness
34%
dark
Brightness
56%
HSV value
Perceived
49%
weighted brightness
Luminance
0.2264
WCAG relative
Temperature
Warm
41/100 cool
Color family
Green
Tone
Vivid
Best ink
Black
5.53:1
Closest name
Olive Drab
ΔE2000 0.4
Where it sits
Hue79° of 360°
Saturation62%
Lightness34%
Temperature
Warm ← → Cool41% cool

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

Every format

HEX#6c8e21
RGBrgb(108, 142, 33)
HSLhsl(79, 62%, 34%)
CMYKcmyk(24%, 0%, 77%, 44%)
LABlab(54.7 -27.9 50.5)
LCHlch(54.7 57.7 118.9)
OKLCHoklch(0.600 0.138 125.8)
Decimal7114273
Display P3color(display-p3 0.424 0.557 0.129)

Copy-ready code

/* CSS */
color: #6c8e21;
background-color: #6c8e21;
/* Tailwind (arbitrary) */
class="text-[#6c8e21] bg-[#6c8e21]"
/* SCSS */
$brand: #6c8e21;
/* SwiftUI */
Color(red: 0.424, green: 0.557, blue: 0.129)
/* Android */
Color.parseColor("#6c8e21")
/* Flutter */
Color(0xFF6C8E21)
/* Python / OpenCV (BGR) */
(33, 142, 108)

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

Accessibility — WCAG contrast

Aa
#6c8e21 on white: 3.80:1
AA ✗ fail · AA-large · AAA
Aa
#6c8e21 on black: 5.53:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #968408
deuteranopia · #91822B
tritanopia · #718779

Color scale — 50 to 950

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

#F9FBF4
#F3F7E8
#E5F0CC
#D4EAA4
#BFDF76
#A9D549
#97C72E
#7EA626
#6c8e21
#4A601A
#2F3C10
Base = 800Lightest = 50 · #F9FBF4Darkest = 950 · #2F3C10
:root {
  --brand-50: #F9FBF4;
  --brand-100: #F3F7E8;
  --brand-200: #E5F0CC;
  --brand-300: #D4EAA4;
  --brand-400: #BFDF76;
  --brand-500: #A9D549;
  --brand-600: #97C72E;
  --brand-700: #7EA626;
  --brand-800: #6c8e21;
  --brand-900: #4A601A;
  --brand-950: #2F3C10;
  --brand: #6c8e21;
  --brand-ink: #000000;
}

Colors that work with #6c8e21

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#F9FAF4
Tinted page background
Border#DFEDC0
Hairlines and dividers
Muted text#829B4B
Captions on the surface
Accent#251D91
Second voice, not a rival
Dark variant#4F6718
Hover, pressed, headers
Light variant#F5FAEA
Selected rows, tints
Dark surface#1F2414
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 #6c8e21

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#43218E
Analogous left#8E7921
Analogous right#358E21
Split-complement 1#21358E
Split-complement 2#79218E
Triadic 1#216C8E
Triadic 2#8E216C
Tetradic#218E79

RGB percentages

Red42.4%
Green55.7%
Blue12.9%

CMYK percentages

Cyan23.9%
Magenta0.0%
Yellow76.8%
Key (black)44.3%

Color previews

#6c8e21 text on a black background

contrast 5.53:1

Card sample

#6c8e21 text on a white background

contrast 3.80:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #6c8e21;
Background color
Panel with #6c8e21 background
background-color: #6c8e21;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #6c8e21;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(108, 142, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 142, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6c8e21;
background: linear-gradient(135deg, #6c8e21, #238E21);

Monochromatic scale

Palettes built from #6c8e21

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.

#6c8e21 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.

#6c8e21, answered

What color is #6c8e21?

#6c8e21 is a dark vivid green — the CSS keyword Olive Drab. It sits at 79° on the hue wheel with 62% saturation and 34% lightness, which reads as warm.

What is the RGB value of #6c8e21?

rgb(108, 142, 33) — 108 red, 142 green and 33 blue out of 255, or 42.4% / 55.7% / 12.9% by channel.

Is #6c8e21 a light or a dark color?

It is a mid-tone. Relative luminance is 0.2264 and perceived brightness is 49%, so black text on it reaches 5.53:1.

Should I use black or white text on #6c8e21?

Black. It scores 5.53:1 against #6c8e21, versus 3.80:1 for white — AA at any size.

What is the complementary color of #6c8e21?

#43218E sits directly opposite on the wheel. Softer options are the split-complements #21358E and #79218E, which give the same contrast with far less vibration.

What colors go well with #6c8e21?

For interface work: #F9FAF4 as the surface, #DFEDC0 for borders, #829B4B for secondary text, #251D91 as an accent and #4F6718 for hover and pressed states. For a palette, the analogous pair #8E7921 and #358E21 stays calm, while #43218E is the loudest partner.

What is #6c8e21 in CMYK for printing?

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

Is #6c8e21 warm or cool?

Warm — it scores 41 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #8E8821; nudged cooler, #43901F.

Work with #6c8e21 in the Color Lab