Black

#00331D

Green

Color Codes

All color formats for development

HEX
#00331D
RGB
rgb(0, 51, 29)
HSL
hsl(154, 100%, 10%)
OKLCH
oklch(0.283 0.066 158.6)
CMYK
cmyk(100%, 0%, 43%, 80%)

Accessibility

WCAG contrast compliance

On White Background

14.08:1

AA AAA

On Black Background

1.49:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FF
100
#DBFF
200
#BDFF
300
#8AFF
400
#4DFF
500
#1AFF
600
#00E0
700
#00B3
800
#0080
900
#0052
950
#0033

Shades

Darker variations

1#002E1A
2#002917
3#002414
4#001F11
5#001A0E
6#00140C
7#000F09
8#000A06
9#000503

Tints

Lighter variations

1#006137
2#008F51
3#00BD6B
4#00EB85
5#1AFF9C
6#47FFAF
7#75FFC3
8#A3FFD7
9#D1FFEB

Tones

Muted variations

1#03301D
2#052E1C
3#082B1C
4#0A291C
5#0D261B
6#0F241B
7#12211B
8#141F1A
9#171C1A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFF8
BackgroundsSubtle highlightsCard backgrounds
100
DBFF
#DBFFF0
Light backgroundsTable row hoverSkeleton loading
200
BDFF
#BDFFE2
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFCC
BordersInactive statesPlaceholder text
400
4DFF
#4DFFB2
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFF9C
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E07F
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B365
Active/pressed statesDark mode accentsSecondary text
800
0080
#008048
Text on light backgroundsHeadingsStrong borders
900
0052
#00522E
Primary textHigh emphasis contentDark headings
950
0033
#00331D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F0FFF8;
  --black-100: #DBFFF0;
  --black-200: #BDFFE2;
  --black-300: #8AFFCC;
  --black-400: #4DFFB2;
  --black-500: #1AFF9C;
  --black-600: #00E07F;
  --black-700: #00B365;
  --black-800: #008048;
  --black-900: #00522E;
  --black-950: #00331D;
}
Generate More ShadesCreate PaletteConvert Color