Charcoal
#1C6343
GreenColor Codes
All color formats for development
HEX
#1C6343RGB
rgb(28, 99, 67)HSL
hsl(153, 56%, 25%)OKLCH
oklch(0.447 0.088 159.7)CMYK
cmyk(72%, 0%, 32%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#195A3D
2#165036
3#14462F
4#113C28
5#0E3222
6#0B281B
7#081E14
8#06140D
9#030A07
Tints
Lighter variations
1#248158
2#2D9F6C
3#35BD80
4#4CCD93
5#6AD5A5
6#88DDB7
7#A5E6C9
8#C3EEDB
9#E1F7ED
Tones
Muted variations
1#206043
2#235C43
3#275942
4#2A5542
5#2E5242
6#314E41
7#354A41
8#394740
9#3C4340
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5C8 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8AB | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD93 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF76 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B5E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6343 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12402B | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF8;
--charcoal-100: #E3F7EE;
--charcoal-200: #CBF0E0;
--charcoal-300: #A4E5C8;
--charcoal-400: #74D8AB;
--charcoal-500: #4CCD93;
--charcoal-600: #31AF76;
--charcoal-700: #278B5E;
--charcoal-800: #1C6343;
--charcoal-900: #12402B;
--charcoal-950: #0B281B;
}