Charcoal
#0C462D
GreenColor Codes
All color formats for development
HEX
#0C462DRGB
rgb(12, 70, 45)HSL
hsl(154, 71%, 16%)OKLCH
oklch(0.351 0.073 159.6)CMYK
cmyk(83%, 0%, 36%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3F28
2#093824
3#08311F
4#072A1B
5#062316
6#051C12
7#04150D
8#020E09
9#010704
Tints
Lighter variations
1#126A44
2#188F5C
3#1EB473
4#25D88A
5#48E09E
6#6CE6B1
7#91ECC5
8#B6F3D8
9#DAF9EC
Tones
Muted variations
1#0F432C
2#12402C
3#153D2C
4#173A2B
5#1A372B
6#1D342A
7#20312A
8#232F2A
9#262C29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEECA | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5AE | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDE97 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C07B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A9962 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D46 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C462D | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF8;
--charcoal-100: #E0FAEF;
--charcoal-200: #C6F5E1;
--charcoal-300: #9BEECA;
--charcoal-400: #66E5AE;
--charcoal-500: #3BDE97;
--charcoal-600: #21C07B;
--charcoal-700: #1A9962;
--charcoal-800: #126D46;
--charcoal-900: #0C462D;
--charcoal-950: #072C1C;
}