Charcoal
#0C461E
GreenColor Codes
All color formats for development
HEX
#0C461ERGB
rgb(12, 70, 30)HSL
hsl(139, 71%, 16%)OKLCH
oklch(0.348 0.089 149)CMYK
cmyk(83%, 0%, 57%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3F1B
2#093818
3#083115
4#072A12
5#06230F
6#051C0C
7#041509
8#020E06
9#010703
Tints
Lighter variations
1#126A2E
2#188F3E
3#1EB44E
4#25D85E
5#48E078
6#6CE693
7#91ECAE
8#B6F3C9
9#DAF9E4
Tones
Muted variations
1#0F431F
2#124020
3#153D21
4#173A22
5#1A3723
6#1D3425
7#203126
8#232F27
9#262C28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEB5 | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E58F | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDE6E | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C053 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A9942 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D2F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C461E | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF5;
--charcoal-100: #E0FAE9;
--charcoal-200: #C6F5D5;
--charcoal-300: #9BEEB5;
--charcoal-400: #66E58F;
--charcoal-500: #3BDE6E;
--charcoal-600: #21C053;
--charcoal-700: #1A9942;
--charcoal-800: #126D2F;
--charcoal-900: #0C461E;
--charcoal-950: #072C13;
}