Charcoal

#0E442B

Green

Color Codes

All color formats for development

HEX
#0E442B
RGB
rgb(14, 68, 43)
HSL
hsl(152, 66%, 16%)
OKLCH
oklch(0.345 0.071 158.5)
CMYK
cmyk(79%, 0%, 37%, 73%)

Accessibility

WCAG contrast compliance

On White Background

11.17:1

AA AAA

On Black Background

1.88:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E1F9
200
#C8F4
300
#9EEB
400
#6BE1
500
#41D8
600
#26BA
700
#1E94
800
#166A
900
#0E44
950
#092A

Shades

Darker variations

1#0C3D26
2#0B3622
3#0A2F1E
4#08291A
5#072215
6#061B11
7#04140D
8#030E09
9#010704

Tints

Lighter variations

1#156741
2#1C8B57
3#24AE6E
4#2BD284
5#4DDB99
6#71E2AD
7#94E9C2
8#B8F0D6
9#DBF8EB

Tones

Muted variations

1#11412A
2#133E2A
3#163C2A
4#19392A
5#1B362A
6#1E342A
7#213129
8#232E29
9#262B29

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCF8
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9EE
Light backgroundsTable row hoverSkeleton loading
200
C8F4
#C8F4DF
Secondary backgroundsInput backgroundsDividers
300
9EEB
#9EEBC7
BordersInactive statesPlaceholder text
400
6BE1
#6BE1AA
Disabled statesSecondary iconsMuted text
500
41D8
#41D891
Primary brand colorCTAsActive elementsLinks
600
26BA
#26BA75
Hover statesFocus ringsPrimary buttons hover
700
1E94
#1E945D
Active/pressed statesDark mode accentsSecondary text
800
166A
#166A43
Text on light backgroundsHeadingsStrong borders
900
0E44
#0E442B
Primary textHigh emphasis contentDark headings
950
092A
#092A1B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F2FCF8;
  --charcoal-100: #E1F9EE;
  --charcoal-200: #C8F4DF;
  --charcoal-300: #9EEBC7;
  --charcoal-400: #6BE1AA;
  --charcoal-500: #41D891;
  --charcoal-600: #26BA75;
  --charcoal-700: #1E945D;
  --charcoal-800: #166A43;
  --charcoal-900: #0E442B;
  --charcoal-950: #092A1B;
}
Generate More ShadesCreate PaletteConvert Color