Charcoal
#196741
GreenColor Codes
All color formats for development
HEX
#196741RGB
rgb(25, 103, 65)HSL
hsl(151, 61%, 25%)OKLCH
oklch(0.457 0.097 157.2)CMYK
cmyk(76%, 0%, 37%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#165C3B
2#145234
3#11482E
4#0F3E27
5#0C3321
6#0A291A
7#071F14
8#05150D
9#020A07
Tints
Lighter variations
1#208555
2#28A468
3#2FC37C
4#46D28F
5#65DAA1
6#84E1B4
7#A3E9C7
8#C1F0DA
9#E0F8EC
Tones
Muted variations
1#1D6341
2#215F41
3#255B41
4#285741
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 #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2DF | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C6 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCA8 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D28F | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB572 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23905B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196741 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10422A | 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: #F3FCF8;
--charcoal-100: #E2F8EE;
--charcoal-200: #CAF2DF;
--charcoal-300: #A1E8C6;
--charcoal-400: #6FDCA8;
--charcoal-500: #46D28F;
--charcoal-600: #2CB572;
--charcoal-700: #23905B;
--charcoal-800: #196741;
--charcoal-900: #10422A;
--charcoal-950: #0A291A;
}