Charcoal
#104224
GreenColor Codes
All color formats for development
HEX
#104224RGB
rgb(16, 66, 36)HSL
hsl(144, 61%, 16%)OKLCH
oklch(0.337 0.074 153)CMYK
cmyk(76%, 0%, 45%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3B20
2#0D351D
3#0B2E19
4#0A2715
5#082112
6#061A0E
7#05140B
8#030D07
9#020704
Tints
Lighter variations
1#186437
2#218749
3#29A95C
4#31CC6F
5#53D587
6#75DE9F
7#98E6B7
8#BAEECF
9#DDF7E7
Tones
Muted variations
1#123F24
2#153D25
3#173A25
4#1A3826
5#1C3526
6#1F3327
7#213027
8#242E28
9#262B28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2DA | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8BD | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC9B | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D27E | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB563 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23904E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196738 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104224 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2916 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF6;
--charcoal-100: #E2F8EB;
--charcoal-200: #CAF2DA;
--charcoal-300: #A1E8BD;
--charcoal-400: #6FDC9B;
--charcoal-500: #46D27E;
--charcoal-600: #2CB563;
--charcoal-700: #23904E;
--charcoal-800: #196738;
--charcoal-900: #104224;
--charcoal-950: #0A2916;
}