Charcoal

#0E4434

Green

Color Codes

All color formats for development

HEX
#0E4434
RGB
rgb(14, 68, 52)
HSL
hsl(162, 66%, 16%)
OKLCH
oklch(0.347 0.062 168.7)
CMYK
cmyk(79%, 0%, 24%, 73%)

Accessibility

WCAG contrast compliance

On White Background

11.08:1

AA AAA

On Black Background

1.90: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#0C3D2E
2#0B3629
3#0A2F24
4#08291F
5#07221A
6#061B15
7#04140F
8#030E0A
9#010705

Tints

Lighter variations

1#15674F
2#1C8B6A
3#24AE85
4#2BD2A0
5#4DDBB0
6#71E2C0
7#94E9D0
8#B8F0DF
9#DBF8EF

Tones

Muted variations

1#114132
2#133E31
3#163C30
4#19392F
5#1B362E
6#1E342D
7#21312C
8#232E2B
9#262B2A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCF9
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9F2
Light backgroundsTable row hoverSkeleton loading
200
C8F4
#C8F4E7
Secondary backgroundsInput backgroundsDividers
300
9EEB
#9EEBD4
BordersInactive statesPlaceholder text
400
6BE1
#6BE1BD
Disabled statesSecondary iconsMuted text
500
41D8
#41D8AB
Primary brand colorCTAsActive elementsLinks
600
26BA
#26BA8E
Hover statesFocus ringsPrimary buttons hover
700
1E94
#1E9471
Active/pressed statesDark mode accentsSecondary text
800
166A
#166A51
Text on light backgroundsHeadingsStrong borders
900
0E44
#0E4434
Primary textHigh emphasis contentDark headings
950
092A
#092A20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F2FCF9;
  --charcoal-100: #E1F9F2;
  --charcoal-200: #C8F4E7;
  --charcoal-300: #9EEBD4;
  --charcoal-400: #6BE1BD;
  --charcoal-500: #41D8AB;
  --charcoal-600: #26BA8E;
  --charcoal-700: #1E9471;
  --charcoal-800: #166A51;
  --charcoal-900: #0E4434;
  --charcoal-950: #092A20;
}
Generate More ShadesCreate PaletteConvert Color