Charcoal
#104218
GreenColor Codes
All color formats for development
HEX
#104218RGB
rgb(16, 66, 24)HSL
hsl(130, 61%, 16%)OKLCH
oklch(0.335 0.087 146)CMYK
cmyk(76%, 0%, 64%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3B16
2#0D3513
3#0B2E11
4#0A270F
5#08210C
6#061A0A
7#051407
8#030D05
9#020702
Tints
Lighter variations
1#186425
2#218732
3#29A93E
4#31CC4B
5#53D568
6#75DE86
7#98E6A5
8#BAEEC3
9#DDF7E1
Tones
Muted variations
1#123F1A
2#153D1C
3#173A1D
4#1A381F
5#1C3521
6#1F3322
7#213024
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 #E2F8E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8AC | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC81 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D25E | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB543 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239035 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196726 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104218 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF4;
--charcoal-100: #E2F8E6;
--charcoal-200: #CAF2D0;
--charcoal-300: #A1E8AC;
--charcoal-400: #6FDC81;
--charcoal-500: #46D25E;
--charcoal-600: #2CB543;
--charcoal-700: #239035;
--charcoal-800: #196726;
--charcoal-900: #104218;
--charcoal-950: #0A290F;
}