Charcoal
#114022
GreenColor Codes
All color formats for development
HEX
#114022RGB
rgb(17, 64, 34)HSL
hsl(142, 58%, 16%)OKLCH
oklch(0.331 0.073 152)CMYK
cmyk(73%, 0%, 47%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A1F
2#0E341C
3#0C2D18
4#0A2715
5#092011
6#071A0E
7#05130A
8#030D07
9#020603
Tints
Lighter variations
1#1A6235
2#238447
3#2CA659
4#35C86B
5#56D283
6#78DB9C
7#99E4B5
8#BBEDCE
9#DDF6E6
Tones
Muted variations
1#143E23
2#163C24
3#183924
4#1B3725
5#1D3526
6#1F3226
7#223027
8#242E28
9#262B28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6BB | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA98 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF7B | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB15F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D4B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6536 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114022 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2816 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF6;
--charcoal-100: #E3F8EA;
--charcoal-200: #CBF1D9;
--charcoal-300: #A2E6BB;
--charcoal-400: #72DA98;
--charcoal-500: #4ACF7B;
--charcoal-600: #2FB15F;
--charcoal-700: #258D4B;
--charcoal-800: #1B6536;
--charcoal-900: #114022;
--charcoal-950: #0B2816;
}