Black

#042F1D

Green

Color Codes

All color formats for development

HEX
#042F1D
RGB
rgb(4, 47, 29)
HSL
hsl(155, 84%, 10%)
OKLCH
oklch(0.271 0.057 160.4)
CMYK
cmyk(91%, 0%, 38%, 82%)

Accessibility

WCAG contrast compliance

On White Background

14.69: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#042A1A
2#032617
3#032114
4#021C11
5#02170F
6#02130C
7#010E09
8#010906
9#000503

Tints

Lighter variations

1#085937
2#0B8351
3#0FAE6C
4#13D886
5#2CED9C
6#56F0B0
7#80F4C4
8#ABF8D8
9#D5FBEB

Tones

Muted variations

1#062D1D
2#082B1C
3#0B281C
4#0D261C
5#0F241B
6#11221B
7#13201B
8#151E1A
9#171C1A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEF8
BackgroundsSubtle highlightsCard backgrounds
100
DEFC
#DEFCF0
Light backgroundsTable row hoverSkeleton loading
200
C2FA
#C2FAE2
Secondary backgroundsInput backgroundsDividers
300
93F6
#93F6CD
BordersInactive statesPlaceholder text
400
5BF1
#5BF1B2
Disabled statesSecondary iconsMuted text
500
2CED
#2CED9C
Primary brand colorCTAsActive elementsLinks
600
12CE
#12CE80
Hover statesFocus ringsPrimary buttons hover
700
0EA4
#0EA466
Active/pressed statesDark mode accentsSecondary text
800
0A75
#0A7549
Text on light backgroundsHeadingsStrong borders
900
074B
#074B2F
Primary textHigh emphasis contentDark headings
950
042F
#042F1D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F1FEF8;
  --black-100: #DEFCF0;
  --black-200: #C2FAE2;
  --black-300: #93F6CD;
  --black-400: #5BF1B2;
  --black-500: #2CED9C;
  --black-600: #12CE80;
  --black-700: #0EA466;
  --black-800: #0A7549;
  --black-900: #074B2F;
  --black-950: #042F1D;
}
Generate More ShadesCreate PaletteConvert Color