Charcoal
#0C4625
GreenColor Codes
All color formats for development
HEX
#0C4625RGB
rgb(12, 70, 37)HSL
hsl(146, 71%, 16%)OKLCH
oklch(0.349 0.081 153.2)CMYK
cmyk(83%, 0%, 47%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3F21
2#09381E
3#08311A
4#072A16
5#062312
6#051C0F
7#04150B
8#020E07
9#010704
Tints
Lighter variations
1#126A38
2#188F4C
3#1EB45F
4#25D873
5#48E08A
6#6CE6A1
7#91ECB9
8#B6F3D0
9#DAF9E8
Tones
Muted variations
1#0F4325
2#124026
3#153D26
4#173A26
5#1A3727
6#1D3427
7#203128
8#232F28
9#262C28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5DB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEBF | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E59D | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDE81 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C066 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A9951 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D3A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4625 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C17 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF7;
--charcoal-100: #E0FAEB;
--charcoal-200: #C6F5DB;
--charcoal-300: #9BEEBF;
--charcoal-400: #66E59D;
--charcoal-500: #3BDE81;
--charcoal-600: #21C066;
--charcoal-700: #1A9951;
--charcoal-800: #126D3A;
--charcoal-900: #0C4625;
--charcoal-950: #072C17;
}