Forest Green

#13A02A

Green

Color Codes

All color formats for development

HEX
#13A02A
RGB
rgb(19, 160, 42)
HSL
hsl(130, 79%, 35%)
OKLCH
oklch(0.615 0.191 144.4)
CMYK
cmyk(88%, 0%, 74%, 37%)

Accessibility

WCAG contrast compliance

On White Background

3.45:1

AA AAA

On Black Background

6.09:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C4F8
300
#96F3
400
#5FEC
500
#32E7
600
#18C9
700
#13A0
800
#0D72
900
#0949
950
#052E

Shades

Darker variations

1#119026
2#0F8022
3#0D701E
4#0B6019
5#095015
6#074011
7#06300D
8#042008
9#021004

Tints

Lighter variations

1#16BD32
2#1ADB3A
3#2FE74E
4#4DEA67
5#6BEE80
6#88F19A
7#A6F5B3
8#C4F8CC
9#E1FCE6

Tones

Muted variations

1#1A992F
2#219234
3#288B38
4#2F843D
5#367D42
6#3D7546
7#446E4B
8#4B6750
9#526055

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF3
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE4
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8CC
Secondary backgroundsInput backgroundsDividers
300
96F3
#96F3A5
BordersInactive statesPlaceholder text
400
5FEC
#5FEC77
Disabled statesSecondary iconsMuted text
500
32E7
#32E750
Primary brand colorCTAsActive elementsLinks
600
18C9
#18C935
Hover statesFocus ringsPrimary buttons hover
700
13A0
#13A02A
Active/pressed statesDark mode accentsSecondary text
800
0D72
#0D721E
Text on light backgroundsHeadingsStrong borders
900
0949
#094913
Primary textHigh emphasis contentDark headings
950
052E
#052E0C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --forest-green-50: #F1FDF3;
  --forest-green-100: #DFFBE4;
  --forest-green-200: #C4F8CC;
  --forest-green-300: #96F3A5;
  --forest-green-400: #5FEC77;
  --forest-green-500: #32E750;
  --forest-green-600: #18C935;
  --forest-green-700: #13A02A;
  --forest-green-800: #0D721E;
  --forest-green-900: #094913;
  --forest-green-950: #052E0C;
}
Generate More ShadesCreate PaletteConvert Color