Forest Green

#156A2F

Green

Color Codes

All color formats for development

HEX
#156A2F
RGB
rgb(21, 106, 47)
HSL
hsl(138, 67%, 25%)
OKLCH
oklch(0.462 0.121 148.7)
CMYK
cmyk(80%, 0%, 56%, 58%)

Accessibility

WCAG contrast compliance

On White Background

6.70:1

AA AAA

On Black Background

3.13:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E1F9
200
#C8F4
300
#9DEC
400
#6AE2
500
#3FD9
600
#25BB
700
#1D95
800
#156A
900
#0D44
950
#082B

Shades

Darker variations

1#13602A
2#115525
3#0F4B21
4#0D401C
5#0B3517
6#082B13
7#06200E
8#041509
9#020B05

Tints

Lighter variations

1#1B8A3D
2#22AA4B
3#28CA59
4#3FD96D
5#5FDF86
6#7FE69E
7#9FECB6
8#BFF2CE
9#DFF9E7

Tones

Muted variations

1#196630
2#1E6232
3#225E34
4#265935
5#2A5537
6#2F5139
7#334D3B
8#37483C
9#3B443E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCF5
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9E8
Light backgroundsTable row hoverSkeleton loading
200
C8F4
#C8F4D5
Secondary backgroundsInput backgroundsDividers
300
9DEC
#9DECB5
BordersInactive statesPlaceholder text
400
6AE2
#6AE28E
Disabled statesSecondary iconsMuted text
500
3FD9
#3FD96D
Primary brand colorCTAsActive elementsLinks
600
25BB
#25BB52
Hover statesFocus ringsPrimary buttons hover
700
1D95
#1D9541
Active/pressed statesDark mode accentsSecondary text
800
156A
#156A2F
Text on light backgroundsHeadingsStrong borders
900
0D44
#0D441E
Primary textHigh emphasis contentDark headings
950
082B
#082B13
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --forest-green-50: #F2FCF5;
  --forest-green-100: #E1F9E8;
  --forest-green-200: #C8F4D5;
  --forest-green-300: #9DECB5;
  --forest-green-400: #6AE28E;
  --forest-green-500: #3FD96D;
  --forest-green-600: #25BB52;
  --forest-green-700: #1D9541;
  --forest-green-800: #156A2F;
  --forest-green-900: #0D441E;
  --forest-green-950: #082B13;
}
Generate More ShadesCreate PaletteConvert Color