Charcoal
#104123
GreenColor Codes
All color formats for development
HEX
#104123RGB
rgb(16, 65, 35)HSL
hsl(143, 60%, 16%)OKLCH
oklch(0.334 0.074 152.6)CMYK
cmyk(75%, 0%, 46%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3B20
2#0D341C
3#0B2E19
4#0A2715
5#082112
6#071A0E
7#05140B
8#030D07
9#020704
Tints
Lighter variations
1#196436
2#218648
3#2AA85A
4#33CA6D
5#54D485
6#76DD9D
7#98E5B6
8#BAEECE
9#DDF6E7
Tones
Muted variations
1#133F24
2#153C24
3#183A25
4#1A3725
5#1D3526
6#1F3327
7#213027
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 | E2F8 #E2F8EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8BC | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DB99 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D17C | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB460 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F4D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6637 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104123 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2916 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF6;
--charcoal-100: #E2F8EB;
--charcoal-200: #CAF2D9;
--charcoal-300: #A1E8BC;
--charcoal-400: #70DB99;
--charcoal-500: #47D17C;
--charcoal-600: #2DB460;
--charcoal-700: #248F4D;
--charcoal-800: #1A6637;
--charcoal-900: #104123;
--charcoal-950: #0A2916;
}