Charcoal
#0C4633
GreenColor Codes
All color formats for development
HEX
#0C4633RGB
rgb(12, 70, 51)HSL
hsl(160, 71%, 16%)OKLCH
oklch(0.353 0.067 166)CMYK
cmyk(83%, 0%, 27%, 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#126A4D
2#188F67
3#1EB482
4#25D89C
5#48E0AD
6#6CE6BE
7#91ECCE
8#B6F3DE
9#DAF9EF
Tones
Muted variations
1#0F4331
2#124031
3#153D30
4#173A2F
5#1A372E
6#1D342D
7#20312C
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 #C6F5E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEED2 | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5BB | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDEA7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C08B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A996E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4632 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF9;
--charcoal-100: #E0FAF1;
--charcoal-200: #C6F5E6;
--charcoal-300: #9BEED2;
--charcoal-400: #66E5BB;
--charcoal-500: #3BDEA7;
--charcoal-600: #21C08B;
--charcoal-700: #1A996E;
--charcoal-800: #126D4F;
--charcoal-900: #0C4632;
--charcoal-950: #072C20;
}