Charcoal

#084A32

Green

Color Codes

All color formats for development

HEX
#084A32
RGB
rgb(8, 74, 50)
HSL
hsl(158, 80%, 16%)
OKLCH
oklch(0.364 0.075 162.5)
CMYK
cmyk(89%, 0%, 32%, 71%)

Accessibility

WCAG contrast compliance

On White Background

10.31:1

AA AAA

On Black Background

2.04: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#07422D
2#073B28
3#063323
4#052C1E
5#042519
6#031D14
7#02160F
8#020F0A
9#010705

Tints

Lighter variations

1#0C704B
2#119765
3#15BD7F
4#19E499
5#3EEAAB
6#65EEBC
7#8BF2CC
8#B2F6DD
9#D8FBEE

Tones

Muted variations

1#0B4631
2#0F4330
3#12402F
4#153C2E
5#18392D
6#1C362C
7#1F332B
8#222F2B
9#262C2A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF9
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF1
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8E5
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3D1
BordersInactive statesPlaceholder text
400
5EED
#5EEDB9
Disabled statesSecondary iconsMuted text
500
30E8
#30E8A5
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA88
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A16C
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D734D
Text on light backgroundsHeadingsStrong borders
900
0849
#084932
Primary textHigh emphasis contentDark headings
950
052E
#052E1F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F1FDF9;
  --charcoal-100: #DFFBF1;
  --charcoal-200: #C3F8E5;
  --charcoal-300: #95F3D1;
  --charcoal-400: #5EEDB9;
  --charcoal-500: #30E8A5;
  --charcoal-600: #16CA88;
  --charcoal-700: #12A16C;
  --charcoal-800: #0D734D;
  --charcoal-900: #084932;
  --charcoal-950: #052E1F;
}
Generate More ShadesCreate PaletteConvert Color