Black

#02311B

Green

Color Codes

All color formats for development

HEX
#02311B
RGB
rgb(2, 49, 27)
HSL
hsl(152, 92%, 10%)
OKLCH
oklch(0.276 0.064 157.2)
CMYK
cmyk(96%, 0%, 45%, 81%)

Accessibility

WCAG contrast compliance

On White Background

14.41:1

AA AAA

On Black Background

1.46:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FE
100
#DDFE
200
#BFFC
300
#8EFA
400
#54F8
500
#23F6
600
#09D7
700
#07AB
800
#057A
900
#034E
950
#0231

Shades

Darker variations

1#022C18
2#022716
3#012213
4#011D10
5#01180E
6#01140B
7#010F08
8#000A05
9#000503

Tints

Lighter variations

1#045D33
2#06894C
3#08B564
4#09E17C
5#23F693
6#4FF8A9
7#7BF9BE
8#A7FBD4
9#D3FDE9

Tones

Muted variations

1#042F1B
2#072C1B
3#092A1B
4#0B281A
5#0E251A
6#10231A
7#12211A
8#151E1A
9#171C1A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEF8
BackgroundsSubtle highlightsCard backgrounds
100
DDFE
#DDFEEE
Light backgroundsTable row hoverSkeleton loading
200
BFFC
#BFFCE0
Secondary backgroundsInput backgroundsDividers
300
8EFA
#8EFAC8
BordersInactive statesPlaceholder text
400
54F8
#54F8AB
Disabled statesSecondary iconsMuted text
500
23F6
#23F693
Primary brand colorCTAsActive elementsLinks
600
09D7
#09D777
Hover statesFocus ringsPrimary buttons hover
700
07AB
#07AB5F
Active/pressed statesDark mode accentsSecondary text
800
057A
#057A44
Text on light backgroundsHeadingsStrong borders
900
034E
#034E2B
Primary textHigh emphasis contentDark headings
950
0231
#02311B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F0FEF8;
  --black-100: #DDFEEE;
  --black-200: #BFFCE0;
  --black-300: #8EFAC8;
  --black-400: #54F8AB;
  --black-500: #23F693;
  --black-600: #09D777;
  --black-700: #07AB5F;
  --black-800: #057A44;
  --black-900: #034E2B;
  --black-950: #02311B;
}
Generate More ShadesCreate PaletteConvert Color