Charcoal
#196740
GreenColor Codes
All color formats for development
HEX
#196740RGB
rgb(25, 103, 64)HSL
hsl(150, 61%, 25%)OKLCH
oklch(0.457 0.098 156.6)CMYK
cmyk(76%, 0%, 38%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#165C39
2#145233
3#11482D
4#0F3E26
5#0C3320
6#0A291A
7#071F13
8#05150D
9#020A06
Tints
Lighter variations
1#208553
2#28A466
3#2FC379
4#46D28C
5#65DA9F
6#84E1B3
7#A3E9C6
8#C1F0D9
9#E0F8EC
Tones
Muted variations
1#1D6340
2#215F40
3#255B40
4#285740
5#2C5340
6#304F40
7#344B40
8#384840
9#3C4440
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2DE | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C4 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCA6 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D28C | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB570 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239059 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196740 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104229 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF7;
--charcoal-100: #E2F8ED;
--charcoal-200: #CAF2DE;
--charcoal-300: #A1E8C4;
--charcoal-400: #6FDCA6;
--charcoal-500: #46D28C;
--charcoal-600: #2CB570;
--charcoal-700: #239059;
--charcoal-800: #196740;
--charcoal-900: #104229;
--charcoal-950: #0A291A;
}