Skip to content

#1f8b21

a dark, vivid green · cool · “Forest Green”

RGB
31, 139, 33
HSL
121°, 64%, 33%
CMYK
78, 0, 76, 46
Luminance
0.1887

At a glance

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

Hex
#1f8b21
Hue
121°
green
Saturation
64%
vivid
Lightness
33%
dark
Brightness
55%
HSV value
Perceived
43%
weighted brightness
Luminance
0.1887
WCAG relative
Temperature
Cool
63/100 cool
Color family
Green
Tone
Vivid
Best ink
Black
4.77:1
Closest name
Forest Green
ΔE2000 0.2
Where it sits
Hue121° of 360°
Saturation64%
Lightness33%
Temperature
Warm ← → Cool63% cool

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

Every format

HEX#1f8b21
RGBrgb(31, 139, 33)
HSLhsl(121, 64%, 33%)
CMYKcmyk(78%, 0%, 76%, 46%)
LABlab(50.5 -50.2 45.3)
LCHlch(50.5 67.6 137.9)
OKLCHoklch(0.557 0.170 143.1)
Decimal2067233
Display P3color(display-p3 0.122 0.545 0.129)

Copy-ready code

/* CSS */
color: #1f8b21;
background-color: #1f8b21;
/* Tailwind (arbitrary) */
class="text-[#1f8b21] bg-[#1f8b21]"
/* SCSS */
$brand: #1f8b21;
/* SwiftUI */
Color(red: 0.122, green: 0.545, blue: 0.129)
/* Android */
Color.parseColor("#1f8b21")
/* Flutter */
Color(0xFF1F8B21)
/* Python / OpenCV (BGR) */
(33, 139, 31)

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

Accessibility — WCAG contrast

Aa
#1f8b21 on white: 4.40:1
AA ✗ fail · AA-large · AAA
Aa
#1f8b21 on black: 4.77:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #8E7D0C
deuteranopia · #82752C
tritanopia · #008777

Color scale — 50 to 950

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

#F4FBF4
#E8F7E8
#CBF0CC
#A3EBA5
#75E077
#48D64A
#2DC830
#25A728
#1f8b21
#19611B
#103D11
Base = 800Lightest = 50 · #F4FBF4Darkest = 950 · #103D11
:root {
  --brand-50: #F4FBF4;
  --brand-100: #E8F7E8;
  --brand-200: #CBF0CC;
  --brand-300: #A3EBA5;
  --brand-400: #75E077;
  --brand-500: #48D64A;
  --brand-600: #2DC830;
  --brand-700: #25A728;
  --brand-800: #1f8b21;
  --brand-900: #19611B;
  --brand-950: #103D11;
  --brand: #1f8b21;
  --brand-ink: #000000;
}

Colors that work with #1f8b21

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#F4FAF4
Tinted page background
Border#C0EDC1
Hairlines and dividers
Muted text#4B9B4C
Captions on the surface
Accent#741C8E
Second voice, not a rival
Dark variant#176819
Hover, pressed, headers
Light variant#EAFAEA
Selected rows, tints
Dark surface#142414
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 #1f8b21

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#8B1F89
Analogous left#538B1F
Analogous right#1F8B57
Split-complement 1#571F8B
Split-complement 2#8B1F53
Triadic 1#211F8B
Triadic 2#8B211F
Tetradic#1F538B

RGB percentages

Red12.2%
Green54.5%
Blue12.9%

CMYK percentages

Cyan77.7%
Magenta0.0%
Yellow76.3%
Key (black)45.5%

Color previews

#1f8b21 text on a black background

contrast 4.77:1

Card sample

#1f8b21 text on a white background

contrast 4.40:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #1f8b21;
Background color
Panel with #1f8b21 background
background-color: #1f8b21;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #1f8b21;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(31, 139, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 139, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f8b21;
background: linear-gradient(135deg, #1f8b21, #1F8B69);

Monochromatic scale

Palettes built from #1f8b21

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.

#1f8b21 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.

#1f8b21, answered

What color is #1f8b21?

#1f8b21 is a dark vivid green — the CSS keyword Forest Green. It sits at 121° on the hue wheel with 64% saturation and 33% lightness, which reads as cool.

What is the RGB value of #1f8b21?

rgb(31, 139, 33) — 31 red, 139 green and 33 blue out of 255, or 12.2% / 54.5% / 12.9% by channel.

Is #1f8b21 a light or a dark color?

It is a mid-tone. Relative luminance is 0.1887 and perceived brightness is 43%, so black text on it reaches 4.77:1.

Should I use black or white text on #1f8b21?

Black. It scores 4.77:1 against #1f8b21, versus 4.40:1 for white — AA at any size.

What is the complementary color of #1f8b21?

#8B1F89 sits directly opposite on the wheel. Softer options are the split-complements #571F8B and #8B1F53, which give the same contrast with far less vibration.

What colors go well with #1f8b21?

For interface work: #F4FAF4 as the surface, #C0EDC1 for borders, #4B9B4C for secondary text, #741C8E as an accent and #176819 for hover and pressed states. For a palette, the analogous pair #538B1F and #1F8B57 stays calm, while #8B1F89 is the loudest partner.

What is #1f8b21 in CMYK for printing?

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

Is #1f8b21 warm or cool?

Cool — it scores 63 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #458B1F; nudged cooler, #1D8D48.

Work with #1f8b21 in the Color Lab