Charcoal

#084937

Green

Color Codes

All color formats for development

HEX
#084937
RGB
rgb(8, 73, 55)
HSL
hsl(163, 80%, 16%)
OKLCH
oklch(0.362 0.069 168.6)
CMYK
cmyk(89%, 0%, 25%, 71%)

Accessibility

WCAG contrast compliance

On White Background

10.40: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#074231
2#073B2C
3#063326
4#052C21
5#04251B
6#031D16
7#021610
8#020F0B
9#010705

Tints

Lighter variations

1#0C7054
2#119771
3#15BD8D
4#19E4AA
5#3EEAB9
6#65EEC7
7#8BF2D5
8#B2F6E3
9#D8FBF1

Tones

Muted variations

1#0B4636
2#0F4334
3#124033
4#153C31
5#183930
6#1C362E
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
#DFFBF3
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8E9
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3D9
BordersInactive statesPlaceholder text
400
5EED
#5EEDC5
Disabled statesSecondary iconsMuted text
500
30E8
#30E8B4
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA97
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A178
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D7356
Text on light backgroundsHeadingsStrong borders
900
0849
#084937
Primary textHigh emphasis contentDark headings
950
052E
#052E22
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F1FDFA;
  --charcoal-100: #DFFBF3;
  --charcoal-200: #C3F8E9;
  --charcoal-300: #95F3D9;
  --charcoal-400: #5EEDC5;
  --charcoal-500: #30E8B4;
  --charcoal-600: #16CA97;
  --charcoal-700: #12A178;
  --charcoal-800: #0D7356;
  --charcoal-900: #084937;
  --charcoal-950: #052E22;
}
Generate More ShadesCreate PaletteConvert Color