Black

#042F22

Green

Color Codes

All color formats for development

HEX
#042F22
RGB
rgb(4, 47, 34)
HSL
hsl(162, 84%, 10%)
OKLCH
oklch(0.273 0.052 167.8)
CMYK
cmyk(91%, 0%, 28%, 82%)

Accessibility

WCAG contrast compliance

On White Background

14.64:1

AA AAA

On Black Background

1.43:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DEFC
200
#C2FA
300
#93F6
400
#5BF1
500
#2CED
600
#12CE
700
#0EA4
800
#0A75
900
#074B
950
#042F

Shades

Darker variations

1#042A1F
2#03261B
3#032118
4#021C14
5#021711
6#02130E
7#010E0A
8#010907
9#000503

Tints

Lighter variations

1#085941
2#0B835F
3#0FAE7E
4#13D89D
5#2CEDB3
6#56F0C2
7#80F4D1
8#ABF8E1
9#D5FBF0

Tones

Muted variations

1#062D21
2#082B20
3#0B281F
4#0D261F
5#0F241E
6#11221D
7#13201C
8#151E1B
9#171C1A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFA
BackgroundsSubtle highlightsCard backgrounds
100
DEFC
#DEFCF3
Light backgroundsTable row hoverSkeleton loading
200
C2FA
#C2FAE9
Secondary backgroundsInput backgroundsDividers
300
93F6
#93F6D8
BordersInactive statesPlaceholder text
400
5BF1
#5BF1C4
Disabled statesSecondary iconsMuted text
500
2CED
#2CEDB3
Primary brand colorCTAsActive elementsLinks
600
12CE
#12CE96
Hover statesFocus ringsPrimary buttons hover
700
0EA4
#0EA477
Active/pressed statesDark mode accentsSecondary text
800
0A75
#0A7555
Text on light backgroundsHeadingsStrong borders
900
074B
#074B37
Primary textHigh emphasis contentDark headings
950
042F
#042F22
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F1FEFA;
  --black-100: #DEFCF3;
  --black-200: #C2FAE9;
  --black-300: #93F6D8;
  --black-400: #5BF1C4;
  --black-500: #2CEDB3;
  --black-600: #12CE96;
  --black-700: #0EA477;
  --black-800: #0A7555;
  --black-900: #074B37;
  --black-950: #042F22;
}
Generate More ShadesCreate PaletteConvert Color