Charcoal

#0C4536

Green

Color Codes

All color formats for development

HEX
#0C4536
RGB
rgb(12, 69, 54)
HSL
hsl(164, 70%, 16%)
OKLCH
oklch(0.35 0.063 170.7)
CMYK
cmyk(83%, 0%, 22%, 73%)

Accessibility

WCAG contrast compliance

On White Background

10.94:1

AA AAA

On Black Background

1.92:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E1FA
200
#C7F5
300
#9BED
400
#67E4
500
#3CDD
600
#22BF
700
#1B98
800
#136C
900
#0C45
950
#082B

Shades

Darker variations

1#0B3E31
2#0A372B
3#093126
4#072A20
5#06231B
6#051C16
7#041510
8#020E0B
9#010705

Tints

Lighter variations

1#136A53
2#198E6F
3#20B38B
4#26D7A8
5#49DFB7
6#6DE5C5
7#92ECD4
8#B6F2E2
9#DBF9F1

Tones

Muted variations

1#0F4335
2#124033
3#153D32
4#183A31
5#1B372F
6#1D342E
7#20312D
8#232F2B
9#262C2A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFA
BackgroundsSubtle highlightsCard backgrounds
100
E1FA
#E1FAF3
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5E9
Secondary backgroundsInput backgroundsDividers
300
9BED
#9BEDD8
BordersInactive statesPlaceholder text
400
67E4
#67E4C3
Disabled statesSecondary iconsMuted text
500
3CDD
#3CDDB2
Primary brand colorCTAsActive elementsLinks
600
22BF
#22BF95
Hover statesFocus ringsPrimary buttons hover
700
1B98
#1B9876
Active/pressed statesDark mode accentsSecondary text
800
136C
#136C55
Text on light backgroundsHeadingsStrong borders
900
0C45
#0C4536
Primary textHigh emphasis contentDark headings
950
082B
#082B22
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F2FDFA;
  --charcoal-100: #E1FAF3;
  --charcoal-200: #C7F5E9;
  --charcoal-300: #9BEDD8;
  --charcoal-400: #67E4C3;
  --charcoal-500: #3CDDB2;
  --charcoal-600: #22BF95;
  --charcoal-700: #1B9876;
  --charcoal-800: #136C55;
  --charcoal-900: #0C4536;
  --charcoal-950: #082B22;
}
Generate More ShadesCreate PaletteConvert Color