Charcoal
#104119
GreenColor Codes
All color formats for development
HEX
#104119RGB
rgb(16, 65, 25)HSL
hsl(131, 60%, 16%)OKLCH
oklch(0.332 0.085 146.5)CMYK
cmyk(75%, 0%, 62%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3B17
2#0D3414
3#0B2E12
4#0A270F
5#08210D
6#071A0A
7#051408
8#030D05
9#020703
Tints
Lighter variations
1#196427
2#218634
3#2AA841
4#33CA4E
5#54D46B
6#76DD89
7#98E5A6
8#BAEEC4
9#DDF6E1
Tones
Muted variations
1#133F1B
2#153C1C
3#183A1E
4#1A371F
5#1D3521
6#1F3323
7#213024
8#242E26
9#262B27
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8AE | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DB84 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D161 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB446 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F37 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6628 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104119 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2910 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF4;
--charcoal-100: #E2F8E6;
--charcoal-200: #CAF2D1;
--charcoal-300: #A1E8AE;
--charcoal-400: #70DB84;
--charcoal-500: #47D161;
--charcoal-600: #2DB446;
--charcoal-700: #248F37;
--charcoal-800: #1A6628;
--charcoal-900: #104119;
--charcoal-950: #0A2910;
}