Black

#00331C

Green

Color Codes

All color formats for development

HEX
#00331C
RGB
rgb(0, 51, 28)
HSL
hsl(153, 100%, 10%)
OKLCH
oklch(0.283 0.067 157.5)
CMYK
cmyk(100%, 0%, 45%, 80%)

Accessibility

WCAG contrast compliance

On White Background

14.09: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#002E19
2#002916
3#002414
4#001F11
5#001A0E
6#00140B
7#000F08
8#000A06
9#000503

Tints

Lighter variations

1#006135
2#008F4F
3#00BD68
4#00EB81
5#1AFF98
6#47FFAC
7#75FFC1
8#A3FFD6
9#D1FFEA

Tones

Muted variations

1#03301C
2#052E1C
3#082B1B
4#0A291B
5#0D261B
6#0F241B
7#12211A
8#141F1A
9#171C1A

Usage Guidelines

Recommended use cases for each shade level

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

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F0FFF8;
  --black-100: #DBFFEF;
  --black-200: #BDFFE1;
  --black-300: #8AFFCA;
  --black-400: #4DFFAF;
  --black-500: #1AFF98;
  --black-600: #00E07B;
  --black-700: #00B362;
  --black-800: #008046;
  --black-900: #00522D;
  --black-950: #00331C;
}
Generate More ShadesCreate PaletteConvert Color