Charcoal
#104217
GreenColor Codes
All color formats for development
HEX
#104217RGB
rgb(16, 66, 23)HSL
hsl(128, 61%, 16%)OKLCH
oklch(0.335 0.088 145.5)CMYK
cmyk(76%, 0%, 65%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3B14
2#0D3512
3#0B2E10
4#0A270E
5#08210B
6#061A09
7#051407
8#030D05
9#020702
Tints
Lighter variations
1#186422
2#21872E
3#29A93A
4#31CC46
5#53D564
6#75DE83
7#98E6A2
8#BAEEC1
9#DDF7E0
Tones
Muted variations
1#123F18
2#153D1A
3#173A1C
4#1A381E
5#1C3520
6#1F3321
7#213023
8#242E25
9#262B27
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2CF | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8AA | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC7E | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D259 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB53E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239031 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196723 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104217 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF4;
--charcoal-100: #E2F8E5;
--charcoal-200: #CAF2CF;
--charcoal-300: #A1E8AA;
--charcoal-400: #6FDC7E;
--charcoal-500: #46D259;
--charcoal-600: #2CB53E;
--charcoal-700: #239031;
--charcoal-800: #196723;
--charcoal-900: #104217;
--charcoal-950: #0A290E;
}