Black

#042F21

Green

Color Codes

All color formats for development

HEX
#042F21
RGB
rgb(4, 47, 33)
HSL
hsl(160, 84%, 10%)
OKLCH
oklch(0.272 0.053 166.2)
CMYK
cmyk(91%, 0%, 30%, 82%)

Accessibility

WCAG contrast compliance

On White Background

14.65: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#032117
4#021C14
5#021710
6#02130D
7#010E0A
8#010907
9#000503

Tints

Lighter variations

1#08593E
2#0B835B
3#0FAE79
4#13D896
5#2CEDAC
6#56F0BD
7#80F4CD
8#ABF8DE
9#D5FBEE

Tones

Muted variations

1#062D20
2#082B1F
3#0B281E
4#0D261E
5#0F241D
6#11221C
7#13201C
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
#C2FAE7
Secondary backgroundsInput backgroundsDividers
300
93F6
#93F6D5
BordersInactive statesPlaceholder text
400
5BF1
#5BF1BF
Disabled statesSecondary iconsMuted text
500
2CED
#2CEDAC
Primary brand colorCTAsActive elementsLinks
600
12CE
#12CE90
Hover statesFocus ringsPrimary buttons hover
700
0EA4
#0EA472
Active/pressed statesDark mode accentsSecondary text
800
0A75
#0A7552
Text on light backgroundsHeadingsStrong borders
900
074B
#074B34
Primary textHigh emphasis contentDark headings
950
042F
#042F21
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F1FEF9;
  --black-100: #DEFCF2;
  --black-200: #C2FAE7;
  --black-300: #93F6D5;
  --black-400: #5BF1BF;
  --black-500: #2CEDAC;
  --black-600: #12CE90;
  --black-700: #0EA472;
  --black-800: #0A7552;
  --black-900: #074B34;
  --black-950: #042F21;
}
Generate More ShadesCreate PaletteConvert Color