Forest Green

#32AE32

Green

Color Codes

All color formats for development

HEX
#32AE32
RGB
rgb(50, 174, 50)
HSL
hsl(120, 55%, 44%)
OKLCH
oklch(0.659 0.194 143)
CMYK
cmyk(71%, 0%, 71%, 32%)

Accessibility

WCAG contrast compliance

On White Background

2.90:1

AA AAA

On Black Background

7.24:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E3F7
200
#CCF0
300
#A4E5
400
#75D7
500
#4DCB
600
#32AE
700
#288A
800
#1D63
900
#123F
950
#0B28

Shades

Darker variations

1#2D9D2D
2#288B28
3#237A23
4#1E681E
5#195719
6#144614
7#0F340F
8#0A230A
9#051105

Tints

Lighter variations

1#39C439
2#4ECC4E
3#64D264
4#7AD87A
5#90DF90
6#A6E5A6
7#BDECBD
8#D3F2D3
9#E9F9E9

Tones

Muted variations

1#39A839
2#3FA23F
3#459B45
4#4B954B
5#518F51
6#588958
7#5E835E
8#647D64
9#6A766A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCF3
BackgroundsSubtle highlightsCard backgrounds
100
E3F7
#E3F7E3
Light backgroundsTable row hoverSkeleton loading
200
CCF0
#CCF0CC
Secondary backgroundsInput backgroundsDividers
300
A4E5
#A4E5A4
BordersInactive statesPlaceholder text
400
75D7
#75D775
Disabled statesSecondary iconsMuted text
500
4DCB
#4DCB4D
Primary brand colorCTAsActive elementsLinks
600
32AE
#32AE32
Hover statesFocus ringsPrimary buttons hover
700
288A
#288A28
Active/pressed statesDark mode accentsSecondary text
800
1D63
#1D631D
Text on light backgroundsHeadingsStrong borders
900
123F
#123F12
Primary textHigh emphasis contentDark headings
950
0B28
#0B280B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --forest-green-50: #F3FCF3;
  --forest-green-100: #E3F7E3;
  --forest-green-200: #CCF0CC;
  --forest-green-300: #A4E5A4;
  --forest-green-400: #75D775;
  --forest-green-500: #4DCB4D;
  --forest-green-600: #32AE32;
  --forest-green-700: #288A28;
  --forest-green-800: #1D631D;
  --forest-green-900: #123F12;
  --forest-green-950: #0B280B;
}
Generate More ShadesCreate PaletteConvert Color