Black

#01321D

Green

Color Codes

All color formats for development

HEX
#01321D
RGB
rgb(1, 50, 29)
HSL
hsl(154, 96%, 10%)
OKLCH
oklch(0.28 0.063 159)
CMYK
cmyk(98%, 0%, 42%, 80%)

Accessibility

WCAG contrast compliance

On White Background

14.23:1

AA AAA

On Black Background

1.48:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FF
100
#DCFE
200
#BEFE
300
#8CFD
400
#50FB
500
#1EFA
600
#04DC
700
#04AF
800
#037D
900
#0250
950
#0132

Shades

Darker variations

1#012D1A
2#012817
3#012314
4#011E11
5#01190E
6#00140C
7#000F09
8#000A06
9#000503

Tints

Lighter variations

1#025F37
2#038C51
3#04B96A
4#05E684
5#1EFA9B
6#4BFBAF
7#78FCC3
8#A5FDD7
9#D2FEEB

Tones

Muted variations

1#03301C
2#062D1C
3#082B1C
4#0B281B
5#0D261B
6#10231B
7#12211A
8#151E1A
9#171C1A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFF8
BackgroundsSubtle highlightsCard backgrounds
100
DCFE
#DCFEEF
Light backgroundsTable row hoverSkeleton loading
200
BEFE
#BEFEE2
Secondary backgroundsInput backgroundsDividers
300
8CFD
#8CFDCC
BordersInactive statesPlaceholder text
400
50FB
#50FBB1
Disabled statesSecondary iconsMuted text
500
1EFA
#1EFA9B
Primary brand colorCTAsActive elementsLinks
600
04DC
#04DC7F
Hover statesFocus ringsPrimary buttons hover
700
04AF
#04AF65
Active/pressed statesDark mode accentsSecondary text
800
037D
#037D48
Text on light backgroundsHeadingsStrong borders
900
0250
#02502E
Primary textHigh emphasis contentDark headings
950
0132
#01321D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F0FFF8;
  --black-100: #DCFEEF;
  --black-200: #BEFEE2;
  --black-300: #8CFDCC;
  --black-400: #50FBB1;
  --black-500: #1EFA9B;
  --black-600: #04DC7F;
  --black-700: #04AF65;
  --black-800: #037D48;
  --black-900: #02502E;
  --black-950: #01321D;
}
Generate More ShadesCreate PaletteConvert Color