Charcoal
#104221
GreenColor Codes
All color formats for development
HEX
#104221RGB
rgb(16, 66, 33)HSL
hsl(140, 61%, 16%)OKLCH
oklch(0.337 0.078 150.9)CMYK
cmyk(76%, 0%, 50%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3B1D
2#0D351A
3#0B2E17
4#0A2714
5#082110
6#061A0D
7#05140A
8#030D07
9#020703
Tints
Lighter variations
1#186432
2#218743
3#29A954
4#31CC65
5#53D57E
6#75DE98
7#98E6B2
8#BAEECB
9#DDF7E5
Tones
Muted variations
1#123F21
2#153D22
3#173A23
4#1A3824
5#1C3525
6#1F3325
7#213026
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 #CAF2D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B8 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC94 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D275 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB559 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239047 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196733 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104221 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2914 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF6;
--charcoal-100: #E2F8EA;
--charcoal-200: #CAF2D7;
--charcoal-300: #A1E8B8;
--charcoal-400: #6FDC94;
--charcoal-500: #46D275;
--charcoal-600: #2CB559;
--charcoal-700: #239047;
--charcoal-800: #196733;
--charcoal-900: #104221;
--charcoal-950: #0A2914;
}