Green

#09481E

Green

Color Codes

All color formats for development

HEX
#09481E
RGB
rgb(9, 72, 30)
HSL
hsl(140, 78%, 16%)
OKLCH
oklch(0.353 0.093 149.1)
CMYK
cmyk(88%, 0%, 58%, 72%)

Accessibility

WCAG contrast compliance

On White Background

10.73:1

AA AAA

On Black Background

1.96:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C4F8
300
#97F2
400
#60EB
500
#33E6
600
#19C8
700
#149F
800
#0E71
900
#0949
950
#062D

Shades

Darker variations

1#08411B
2#073A18
3#063315
4#052C12
5#04240F
6#041D0C
7#031609
8#020F06
9#010703

Tints

Lighter variations

1#0E6F2E
2#12953E
3#17BB4E
4#1CE15E
5#40E778
6#66EC93
7#8DF1AE
8#B3F6C9
9#D9FAE4

Tones

Muted variations

1#0C451F
2#0F4220
3#133F21
4#163C22
5#193923
6#1C3625
7#1F3226
8#222F27
9#262C28

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF5
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE9
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8D5
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2B5
BordersInactive statesPlaceholder text
400
60EB
#60EB8F
Disabled statesSecondary iconsMuted text
500
33E6
#33E66E
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C853
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F42
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E712F
Text on light backgroundsHeadingsStrong borders
900
0949
#09491E
Primary textHigh emphasis contentDark headings
950
062D
#062D13
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --green-50: #F1FDF5;
  --green-100: #DFFBE9;
  --green-200: #C4F8D5;
  --green-300: #97F2B5;
  --green-400: #60EB8F;
  --green-500: #33E66E;
  --green-600: #19C853;
  --green-700: #149F42;
  --green-800: #0E712F;
  --green-900: #09491E;
  --green-950: #062D13;
}
Generate More ShadesCreate PaletteConvert Color