Charcoal
#1C6340
GreenColor Codes
All color formats for development
HEX
#1C6340RGB
rgb(28, 99, 64)HSL
hsl(150, 56%, 25%)OKLCH
oklch(0.446 0.091 157.6)CMYK
cmyk(72%, 0%, 35%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#195A39
2#165033
3#14462D
4#113C26
5#0E3220
6#0B281A
7#081E13
8#06140D
9#030A06
Tints
Lighter variations
1#248153
2#2D9F66
3#35BD79
4#4CCD8C
5#6AD59F
6#88DDB3
7#A5E6C6
8#C3EED9
9#E1F7EC
Tones
Muted variations
1#206040
2#235C40
3#275940
4#2A5540
5#2E5240
6#314E40
7#354A40
8#394740
9#3C4340
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0DE | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5C4 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8A6 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD8C | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF70 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B59 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6340 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124029 | 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: #F3FCF7;
--charcoal-100: #E3F7ED;
--charcoal-200: #CBF0DE;
--charcoal-300: #A4E5C4;
--charcoal-400: #74D8A6;
--charcoal-500: #4CCD8C;
--charcoal-600: #31AF70;
--charcoal-700: #278B59;
--charcoal-800: #1C6340;
--charcoal-900: #124029;
--charcoal-950: #0B281A;
}