Charcoal
#114021
GreenColor Codes
All color formats for development
HEX
#114021RGB
rgb(17, 64, 33)HSL
hsl(140, 58%, 16%)OKLCH
oklch(0.331 0.074 151.2)CMYK
cmyk(73%, 0%, 48%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A1E
2#0E341A
3#0C2D17
4#0A2714
5#092010
6#071A0D
7#05130A
8#030D07
9#020603
Tints
Lighter variations
1#1A6232
2#238443
3#2CA655
4#35C866
5#56D27F
6#78DB99
7#99E4B2
8#BBEDCC
9#DDF6E5
Tones
Muted variations
1#143E22
2#163C22
3#183923
4#1B3724
5#1D3525
6#1F3226
7#223026
8#242E27
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 #CBF1D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6B9 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA94 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF76 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB15B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D48 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6533 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114021 | 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: #E3F8EA;
--charcoal-200: #CBF1D7;
--charcoal-300: #A2E6B9;
--charcoal-400: #72DA94;
--charcoal-500: #4ACF76;
--charcoal-600: #2FB15B;
--charcoal-700: #258D48;
--charcoal-800: #1B6533;
--charcoal-900: #114021;
--charcoal-950: #0B2815;
}