Charcoal
#104121
GreenColor Codes
All color formats for development
HEX
#104121RGB
rgb(16, 65, 33)HSL
hsl(141, 60%, 16%)OKLCH
oklch(0.334 0.076 151.2)CMYK
cmyk(75%, 0%, 49%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3B1E
2#0D341B
3#0B2E17
4#0A2714
5#082111
6#071A0D
7#05140A
8#030D07
9#020703
Tints
Lighter variations
1#196433
2#218645
3#2AA856
4#33CA68
5#54D481
6#76DD9A
7#98E5B3
8#BAEECC
9#DDF6E6
Tones
Muted variations
1#133F22
2#153C23
3#183A24
4#1A3724
5#1D3525
6#1F3326
7#213027
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 | E2F8 #E2F8EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8BA | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DB96 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D178 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB45C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F49 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6634 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104121 | 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: #E2F8EA;
--charcoal-200: #CAF2D8;
--charcoal-300: #A1E8BA;
--charcoal-400: #70DB96;
--charcoal-500: #47D178;
--charcoal-600: #2DB45C;
--charcoal-700: #248F49;
--charcoal-800: #1A6634;
--charcoal-900: #104121;
--charcoal-950: #0A2915;
}