Black

#00331B

Green

Color Codes

All color formats for development

HEX
#00331B
RGB
rgb(0, 51, 27)
HSL
hsl(152, 100%, 10%)
OKLCH
oklch(0.282 0.068 156.6)
CMYK
cmyk(100%, 0%, 47%, 80%)

Accessibility

WCAG contrast compliance

On White Background

14.10: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#002E18
2#002916
3#002413
4#001F10
5#001A0E
6#00140B
7#000F08
8#000A05
9#000503

Tints

Lighter variations

1#006134
2#008F4C
3#00BD65
4#00EB7D
5#1AFF94
6#47FFA9
7#75FFBF
8#A3FFD4
9#D1FFEA

Tones

Muted variations

1#03301B
2#052E1B
3#082B1B
4#0A291B
5#0D261A
6#0F241A
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
#DBFFEE
Light backgroundsTable row hoverSkeleton loading
200
BDFF
#BDFFE0
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFC8
BordersInactive statesPlaceholder text
400
4DFF
#4DFFAC
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFF94
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E078
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B35F
Active/pressed statesDark mode accentsSecondary text
800
0080
#008044
Text on light backgroundsHeadingsStrong borders
900
0052
#00522C
Primary textHigh emphasis contentDark headings
950
0033
#00331B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F0FFF8;
  --black-100: #DBFFEE;
  --black-200: #BDFFE0;
  --black-300: #8AFFC8;
  --black-400: #4DFFAC;
  --black-500: #1AFF94;
  --black-600: #00E078;
  --black-700: #00B35F;
  --black-800: #008044;
  --black-900: #00522C;
  --black-950: #00331B;
}
Generate More ShadesCreate PaletteConvert Color