Charcoal
#114017
GreenColor Codes
All color formats for development
HEX
#114017RGB
rgb(17, 64, 23)HSL
hsl(128, 58%, 16%)OKLCH
oklch(0.329 0.085 145.5)CMYK
cmyk(73%, 0%, 64%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A15
2#0E3413
3#0C2D10
4#0A270E
5#09200C
6#071A09
7#051307
8#030D05
9#020602
Tints
Lighter variations
1#1A6224
2#238430
3#2CA63C
4#35C849
5#56D266
6#78DB85
7#99E4A3
8#BBEDC2
9#DDF6E0
Tones
Muted variations
1#143E19
2#163C1B
3#18391D
4#1B371E
5#1D3520
6#1F3222
7#223024
8#242E25
9#262B27
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6AB | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA80 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF5B | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB140 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D33 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6525 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114017 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B280F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF4;
--charcoal-100: #E3F8E6;
--charcoal-200: #CBF1D0;
--charcoal-300: #A2E6AB;
--charcoal-400: #72DA80;
--charcoal-500: #4ACF5B;
--charcoal-600: #2FB140;
--charcoal-700: #258D33;
--charcoal-800: #1B6525;
--charcoal-900: #114017;
--charcoal-950: #0B280F;
}