Charcoal
#104220
GreenColor Codes
All color formats for development
HEX
#104220RGB
rgb(16, 66, 32)HSL
hsl(139, 61%, 16%)OKLCH
oklch(0.337 0.079 150.2)CMYK
cmyk(76%, 0%, 52%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3B1D
2#0D3519
3#0B2E16
4#0A2713
5#082110
6#061A0D
7#05140A
8#030D06
9#020703
Tints
Lighter variations
1#186430
2#218741
3#29A952
4#31CC62
5#53D57C
6#75DE96
7#98E6B0
8#BAEECB
9#DDF7E5
Tones
Muted variations
1#123F21
2#153D21
3#173A22
4#1A3823
5#1C3524
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 #E2F8E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B7 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC92 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D273 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB557 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239045 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196731 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104220 | 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: #E2F8E9;
--charcoal-200: #CAF2D6;
--charcoal-300: #A1E8B7;
--charcoal-400: #6FDC92;
--charcoal-500: #46D273;
--charcoal-600: #2CB557;
--charcoal-700: #239045;
--charcoal-800: #196731;
--charcoal-900: #104220;
--charcoal-950: #0A2914;
}