Charcoal

#094932

Green

Color Codes

All color formats for development

HEX
#094932
RGB
rgb(9, 73, 50)
HSL
hsl(158, 78%, 16%)
OKLCH
oklch(0.361 0.073 163)
CMYK
cmyk(88%, 0%, 32%, 71%)

Accessibility

WCAG contrast compliance

On White Background

10.44:1

AA AAA

On Black Background

2.01:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C4F8
300
#97F2
400
#60EB
500
#33E6
600
#19C8
700
#149F
800
#0E71
900
#0949
950
#062D

Shades

Darker variations

1#08412C
2#073A27
3#063323
4#052C1E
5#042419
6#041D14
7#03160F
8#020F0A
9#010705

Tints

Lighter variations

1#0E6F4B
2#129565
3#17BB7F
4#1CE199
5#40E7AA
6#66ECBB
7#8DF1CC
8#B3F6DD
9#D9FAEE

Tones

Muted variations

1#0C4530
2#0F4230
3#133F2F
4#163C2E
5#19392D
6#1C362C
7#1F322B
8#222F2A
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
C4F8
#C4F8E5
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2D1
BordersInactive statesPlaceholder text
400
60EB
#60EBB8
Disabled statesSecondary iconsMuted text
500
33E6
#33E6A4
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C888
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F6C
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E714D
Text on light backgroundsHeadingsStrong borders
900
0949
#094931
Primary textHigh emphasis contentDark headings
950
062D
#062D1F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F1FDF9;
  --charcoal-100: #DFFBF1;
  --charcoal-200: #C4F8E5;
  --charcoal-300: #97F2D1;
  --charcoal-400: #60EBB8;
  --charcoal-500: #33E6A4;
  --charcoal-600: #19C888;
  --charcoal-700: #149F6C;
  --charcoal-800: #0E714D;
  --charcoal-900: #094931;
  --charcoal-950: #062D1F;
}
Generate More ShadesCreate PaletteConvert Color