Charcoal

#084938

Green

Color Codes

All color formats for development

HEX
#084938
RGB
rgb(8, 73, 56)
HSL
hsl(164, 80%, 16%)
OKLCH
oklch(0.362 0.068 169.8)
CMYK
cmyk(89%, 0%, 23%, 71%)

Accessibility

WCAG contrast compliance

On White Background

10.39:1

AA AAA

On Black Background

2.02:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C3F8
300
#95F3
400
#5EED
500
#30E8
600
#16CA
700
#12A1
800
#0D73
900
#0849
950
#052E

Shades

Darker variations

1#074232
2#073B2D
3#063327
4#052C22
5#04251C
6#031D16
7#021611
8#020F0B
9#010706

Tints

Lighter variations

1#0C7055
2#119773
3#15BD90
4#19E4AE
5#3EEABC
6#65EEC9
7#8BF2D7
8#B2F6E4
9#D8FBF2

Tones

Muted variations

1#0B4637
2#0F4335
3#124033
4#153C32
5#183930
6#1C362F
7#1F332D
8#222F2C
9#262C2A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFA
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF4
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8EA
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3DA
BordersInactive statesPlaceholder text
400
5EED
#5EEDC7
Disabled statesSecondary iconsMuted text
500
30E8
#30E8B7
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA9A
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A17B
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D7358
Text on light backgroundsHeadingsStrong borders
900
0849
#084938
Primary textHigh emphasis contentDark headings
950
052E
#052E23
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F1FDFA;
  --charcoal-100: #DFFBF4;
  --charcoal-200: #C3F8EA;
  --charcoal-300: #95F3DA;
  --charcoal-400: #5EEDC7;
  --charcoal-500: #30E8B7;
  --charcoal-600: #16CA9A;
  --charcoal-700: #12A17B;
  --charcoal-800: #0D7358;
  --charcoal-900: #084938;
  --charcoal-950: #052E23;
}
Generate More ShadesCreate PaletteConvert Color