Forest Green

#288A28

Green

Color Codes

All color formats for development

HEX
#288A28
RGB
rgb(40, 138, 40)
HSL
hsl(120, 55%, 35%)
OKLCH
oklch(0.557 0.162 143)
CMYK
cmyk(71%, 0%, 71%, 46%)

Accessibility

WCAG contrast compliance

On White Background

4.42:1

AA AAA

On Black Background

4.76: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#247D24
2#206F20
3#1C611C
4#185318
5#144514
6#103710
7#0C2A0C
8#081C08
9#040E04

Tints

Lighter variations

1#30A430
2#37BE37
3#4BCB4B
4#65D265
5#7FDA7F
6#98E198
7#B2E9B2
8#CCF0CC
9#E5F8E5

Tones

Muted variations

1#2D852D
2#328132
3#377C37
4#3C773C
5#417241
6#466D46
7#4B684B
8#4F634F
9#545E54

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