Charcoal
#1C6342
GreenColor Codes
All color formats for development
HEX
#1C6342RGB
rgb(28, 99, 66)HSL
hsl(152, 56%, 25%)OKLCH
oklch(0.447 0.089 159)CMYK
cmyk(72%, 0%, 33%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#195A3C
2#165035
3#14462E
4#113C28
5#0E3221
6#0B281A
7#081E14
8#06140D
9#030A07
Tints
Lighter variations
1#248156
2#2D9F6A
3#35BD7E
4#4CCD91
5#6AD5A3
6#88DDB5
7#A5E6C8
8#C3EEDA
9#E1F7ED
Tones
Muted variations
1#206042
2#235C42
3#275941
4#2A5541
5#2E5241
6#314E41
7#354A40
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 #CBF0DF | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5C7 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8A9 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD91 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF74 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B5D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6342 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12402A | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF8;
--charcoal-100: #E3F7EE;
--charcoal-200: #CBF0DF;
--charcoal-300: #A4E5C7;
--charcoal-400: #74D8A9;
--charcoal-500: #4CCD91;
--charcoal-600: #31AF74;
--charcoal-700: #278B5D;
--charcoal-800: #1C6342;
--charcoal-900: #12402A;
--charcoal-950: #0B281A;
}