Black

#042F20

Green

Color Codes

All color formats for development

HEX
#042F20
RGB
rgb(4, 47, 32)
HSL
hsl(159, 84%, 10%)
OKLCH
oklch(0.272 0.054 164.6)
CMYK
cmyk(91%, 0%, 32%, 82%)

Accessibility

WCAG contrast compliance

On White Background

14.66: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#042A1D
2#03261A
3#032116
4#021C13
5#021710
6#02130D
7#010E0A
8#010906
9#000503

Tints

Lighter variations

1#08593D
2#0B8359
3#0FAE76
4#13D893
5#2CEDA9
6#56F0BA
7#80F4CC
8#ABF8DD
9#D5FBEE

Tones

Muted variations

1#062D1F
2#082B1F
3#0B281E
4#0D261D
5#0F241D
6#11221C
7#13201B
8#151E1B
9#171C1A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEF9
BackgroundsSubtle highlightsCard backgrounds
100
DEFC
#DEFCF2
Light backgroundsTable row hoverSkeleton loading
200
C2FA
#C2FAE6
Secondary backgroundsInput backgroundsDividers
300
93F6
#93F6D3
BordersInactive statesPlaceholder text
400
5BF1
#5BF1BC
Disabled statesSecondary iconsMuted text
500
2CED
#2CEDA9
Primary brand colorCTAsActive elementsLinks
600
12CE
#12CE8C
Hover statesFocus ringsPrimary buttons hover
700
0EA4
#0EA470
Active/pressed statesDark mode accentsSecondary text
800
0A75
#0A7550
Text on light backgroundsHeadingsStrong borders
900
074B
#074B33
Primary textHigh emphasis contentDark headings
950
042F
#042F20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F1FEF9;
  --black-100: #DEFCF2;
  --black-200: #C2FAE6;
  --black-300: #93F6D3;
  --black-400: #5BF1BC;
  --black-500: #2CEDA9;
  --black-600: #12CE8C;
  --black-700: #0EA470;
  --black-800: #0A7550;
  --black-900: #074B33;
  --black-950: #042F20;
}
Generate More ShadesCreate PaletteConvert Color