Charcoal

#0C452B

Green

Color Codes

All color formats for development

HEX
#0C452B
RGB
rgb(12, 69, 43)
HSL
hsl(153, 70%, 16%)
OKLCH
oklch(0.347 0.073 158.4)
CMYK
cmyk(83%, 0%, 38%, 73%)

Accessibility

WCAG contrast compliance

On White Background

11.04: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
#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#0B3E27
2#0A3723
3#09311F
4#072A1A
5#062316
6#051C11
7#04150D
8#020E09
9#010704

Tints

Lighter variations

1#136A43
2#198E59
3#20B370
4#26D787
5#49DF9B
6#6DE5AF
7#92ECC3
8#B6F2D7
9#DBF9EB

Tones

Muted variations

1#0F432B
2#12402B
3#153D2B
4#183A2B
5#1B372A
6#1D342A
7#20312A
8#232F29
9#262C29

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF8
BackgroundsSubtle highlightsCard backgrounds
100
E1FA
#E1FAEE
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5E0
Secondary backgroundsInput backgroundsDividers
300
9BED
#9BEDC8
BordersInactive statesPlaceholder text
400
67E4
#67E4AC
Disabled statesSecondary iconsMuted text
500
3CDD
#3CDD94
Primary brand colorCTAsActive elementsLinks
600
22BF
#22BF78
Hover statesFocus ringsPrimary buttons hover
700
1B98
#1B985F
Active/pressed statesDark mode accentsSecondary text
800
136C
#136C44
Text on light backgroundsHeadingsStrong borders
900
0C45
#0C452C
Primary textHigh emphasis contentDark headings
950
082B
#082B1B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F2FDF8;
  --charcoal-100: #E1FAEE;
  --charcoal-200: #C7F5E0;
  --charcoal-300: #9BEDC8;
  --charcoal-400: #67E4AC;
  --charcoal-500: #3CDD94;
  --charcoal-600: #22BF78;
  --charcoal-700: #1B985F;
  --charcoal-800: #136C44;
  --charcoal-900: #0C452C;
  --charcoal-950: #082B1B;
}
Generate More ShadesCreate PaletteConvert Color