Charcoal

#0E4335

Green

Color Codes

All color formats for development

HEX
#0E4335
RGB
rgb(14, 67, 53)
HSL
hsl(164, 65%, 16%)
OKLCH
oklch(0.345 0.06 171.2)
CMYK
cmyk(79%, 0%, 21%, 74%)

Accessibility

WCAG contrast compliance

On White Background

11.21:1

AA AAA

On Black Background

1.87:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E2F9
200
#C8F3
300
#9EEA
400
#6CE0
500
#42D7
600
#27B9
700
#1F93
800
#1669
900
#0E43
950
#092A

Shades

Darker variations

1#0D3D30
2#0B362B
3#0A2F25
4#092820
5#07221B
6#061B15
7#041410
8#030D0B
9#010705

Tints

Lighter variations

1#166751
2#1D8A6D
3#25AD89
4#2CD1A5
5#4EDAB4
6#72E1C3
7#95E9D2
8#B8F0E1
9#DCF8F0

Tones

Muted variations

1#114134
2#143E33
3#163B31
4#193930
5#1C362F
6#1E332E
7#21312D
8#232E2B
9#262B2A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCFA
BackgroundsSubtle highlightsCard backgrounds
100
E2F9
#E2F9F3
Light backgroundsTable row hoverSkeleton loading
200
C8F3
#C8F3E8
Secondary backgroundsInput backgroundsDividers
300
9EEA
#9EEAD6
BordersInactive statesPlaceholder text
400
6CE0
#6CE0C1
Disabled statesSecondary iconsMuted text
500
42D7
#42D7AF
Primary brand colorCTAsActive elementsLinks
600
27B9
#27B992
Hover statesFocus ringsPrimary buttons hover
700
1F93
#1F9374
Active/pressed statesDark mode accentsSecondary text
800
1669
#166953
Text on light backgroundsHeadingsStrong borders
900
0E43
#0E4335
Primary textHigh emphasis contentDark headings
950
092A
#092A21
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F2FCFA;
  --charcoal-100: #E2F9F3;
  --charcoal-200: #C8F3E8;
  --charcoal-300: #9EEAD6;
  --charcoal-400: #6CE0C1;
  --charcoal-500: #42D7AF;
  --charcoal-600: #27B992;
  --charcoal-700: #1F9374;
  --charcoal-800: #166953;
  --charcoal-900: #0E4335;
  --charcoal-950: #092A21;
}
Generate More ShadesCreate PaletteConvert Color