Forest Green

#017E44

Green

Color Codes

All color formats for development

HEX
#017E44
RGB
rgb(1, 126, 68)
HSL
hsl(152, 98%, 25%)
OKLCH
oklch(0.521 0.131 153.9)
CMYK
cmyk(99%, 0%, 46%, 51%)

Accessibility

WCAG contrast compliance

On White Background

5.16:1

AA AAA

On Black Background

4.07:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FF
100
#DCFF
200
#BDFE
300
#8BFE
400
#4EFD
500
#1CFD
600
#02DE
700
#02B1
800
#017E
900
#0151
950
#0132

Shades

Darker variations

1#01723D
2#016536
3#015830
4#014C29
5#013F22
6#01321B
7#002614
8#00190E
9#000D07

Tints

Lighter variations

1#02A458
2#02CA6D
3#02F081
4#1CFD94
5#42FDA6
6#68FDB7
7#8DFEC9
8#B3FEDB
9#D9FFED

Tones

Muted variations

1#087843
2#0E7243
3#146B43
4#1A6542
5#215F42
6#275941
7#2D5241
8#334C41
9#3A4640

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFF8
BackgroundsSubtle highlightsCard backgrounds
100
DCFF
#DCFFEE
Light backgroundsTable row hoverSkeleton loading
200
BDFE
#BDFEE0
Secondary backgroundsInput backgroundsDividers
300
8BFE
#8BFEC8
BordersInactive statesPlaceholder text
400
4EFD
#4EFDAC
Disabled statesSecondary iconsMuted text
500
1CFD
#1CFD94
Primary brand colorCTAsActive elementsLinks
600
02DE
#02DE78
Hover statesFocus ringsPrimary buttons hover
700
02B1
#02B15F
Active/pressed statesDark mode accentsSecondary text
800
017E
#017E44
Text on light backgroundsHeadingsStrong borders
900
0151
#01512B
Primary textHigh emphasis contentDark headings
950
0132
#01321B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --forest-green-50: #F0FFF8;
  --forest-green-100: #DCFFEE;
  --forest-green-200: #BDFEE0;
  --forest-green-300: #8BFEC8;
  --forest-green-400: #4EFDAC;
  --forest-green-500: #1CFD94;
  --forest-green-600: #02DE78;
  --forest-green-700: #02B15F;
  --forest-green-800: #017E44;
  --forest-green-900: #01512B;
  --forest-green-950: #01321B;
}
Generate More ShadesCreate PaletteConvert Color