Charcoal
#114122
GreenColor Codes
All color formats for development
HEX
#114122RGB
rgb(17, 65, 34)HSL
hsl(141, 59%, 16%)OKLCH
oklch(0.334 0.075 151.6)CMYK
cmyk(74%, 0%, 48%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A1E
2#0D341B
3#0C2D18
4#0A2714
5#082011
6#071A0D
7#05130A
8#030D07
9#020603
Tints
Lighter variations
1#1A6333
2#228545
3#2BA756
4#34C968
5#55D381
6#77DC9A
7#99E5B3
8#BBEDCD
9#DDF6E6
Tones
Muted variations
1#133E22
2#163C23
3#183A24
4#1A3724
5#1D3525
6#1F3226
7#223027
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 | CAF1 #CAF1D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7BA | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA96 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D078 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB25C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E49 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6534 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114122 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2915 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF6;
--charcoal-100: #E3F8EA;
--charcoal-200: #CAF1D8;
--charcoal-300: #A2E7BA;
--charcoal-400: #71DA96;
--charcoal-500: #49D078;
--charcoal-600: #2EB25C;
--charcoal-700: #258E49;
--charcoal-800: #1A6534;
--charcoal-900: #114122;
--charcoal-950: #0A2915;
}