Charcoal
#0C4632
GreenColor Codes
All color formats for development
HEX
#0C4632RGB
rgb(12, 70, 50)HSL
hsl(159, 71%, 16%)OKLCH
oklch(0.352 0.068 164.8)CMYK
cmyk(83%, 0%, 29%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3F2D
2#093828
3#083123
4#072A1E
5#062319
6#051C14
7#04150F
8#020E0A
9#010705
Tints
Lighter variations
1#126A4B
2#188F65
3#1EB47F
4#25D899
5#48E0AB
6#6CE6BC
7#91ECCC
8#B6F3DD
9#DAF9EE
Tones
Muted variations
1#0F4331
2#124030
3#153D2F
4#173A2E
5#1A372D
6#1D342C
7#20312B
8#232F2B
9#262C2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEED1 | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5B9 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDEA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C088 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A996C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4631 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF9;
--charcoal-100: #E0FAF1;
--charcoal-200: #C6F5E5;
--charcoal-300: #9BEED1;
--charcoal-400: #66E5B9;
--charcoal-500: #3BDEA5;
--charcoal-600: #21C088;
--charcoal-700: #1A996C;
--charcoal-800: #126D4D;
--charcoal-900: #0C4631;
--charcoal-950: #072C1F;
}