Charcoal
#196742
GreenColor Codes
All color formats for development
HEX
#196742RGB
rgb(25, 103, 66)HSL
hsl(152, 61%, 25%)OKLCH
oklch(0.457 0.096 157.8)CMYK
cmyk(76%, 0%, 36%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#165C3C
2#145235
3#11482E
4#0F3E28
5#0C3321
6#0A291B
7#071F14
8#05150D
9#020A07
Tints
Lighter variations
1#208556
2#28A46A
3#2FC37E
4#46D291
5#65DAA3
6#84E1B6
7#A3E9C8
8#C1F0DA
9#E0F8ED
Tones
Muted variations
1#1D6342
2#215F42
3#255B42
4#285741
5#2C5341
6#304F41
7#344B41
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 #A1E8C7 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCA9 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D291 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB575 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23905D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196742 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10422A | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291B | 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: #A1E8C7;
--charcoal-400: #6FDCA9;
--charcoal-500: #46D291;
--charcoal-600: #2CB575;
--charcoal-700: #23905D;
--charcoal-800: #196742;
--charcoal-900: #10422A;
--charcoal-950: #0A291B;
}