Charcoal
#104222
GreenColor Codes
All color formats for development
HEX
#104222RGB
rgb(16, 66, 34)HSL
hsl(142, 61%, 16%)OKLCH
oklch(0.337 0.077 151.6)CMYK
cmyk(76%, 0%, 48%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3B1F
2#0D351B
3#0B2E18
4#0A2714
5#082111
6#061A0E
7#05140A
8#030D07
9#020703
Tints
Lighter variations
1#186434
2#218746
3#29A958
4#31CC6A
5#53D582
6#75DE9B
7#98E6B4
8#BAEECD
9#DDF7E6
Tones
Muted variations
1#123F23
2#153D23
3#173A24
4#1A3825
5#1C3525
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 #A1E8BB | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC97 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D27A | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB55E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23904B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196735 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104222 | 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: #A1E8BB;
--charcoal-400: #6FDC97;
--charcoal-500: #46D27A;
--charcoal-600: #2CB55E;
--charcoal-700: #23904B;
--charcoal-800: #196735;
--charcoal-900: #104222;
--charcoal-950: #0A2915;
}