Charcoal
#124022
GreenColor Codes
All color formats for development
HEX
#124022RGB
rgb(18, 64, 34)HSL
hsl(141, 56%, 16%)OKLCH
oklch(0.331 0.072 151.6)CMYK
cmyk(72%, 0%, 47%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10391F
2#0E331B
3#0D2D18
4#0B2614
5#092011
6#07190E
7#05130A
8#040D07
9#020603
Tints
Lighter variations
1#1B6134
2#258246
3#2EA457
4#38C569
5#58D082
6#79D99B
7#9BE3B4
8#BCECCD
9#DEF6E6
Tones
Muted variations
1#143D23
2#173B23
3#193924
4#1B3725
5#1D3425
6#203226
7#223027
8#242D27
9#272B28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5BA | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D897 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD79 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF5D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B4A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6335 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124022 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2815 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF6;
--charcoal-100: #E3F7EA;
--charcoal-200: #CBF0D8;
--charcoal-300: #A4E5BA;
--charcoal-400: #74D897;
--charcoal-500: #4CCD79;
--charcoal-600: #31AF5D;
--charcoal-700: #278B4A;
--charcoal-800: #1C6335;
--charcoal-900: #124022;
--charcoal-950: #0B2815;
}