Charcoal
#104223
GreenColor Codes
All color formats for development
HEX
#104223RGB
rgb(16, 66, 35)HSL
hsl(143, 61%, 16%)OKLCH
oklch(0.337 0.076 152.3)CMYK
cmyk(76%, 0%, 47%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3B1F
2#0D351C
3#0B2E18
4#0A2715
5#082111
6#061A0E
7#05140A
8#030D07
9#020703
Tints
Lighter variations
1#186435
2#218748
3#29A95A
4#31CC6C
5#53D585
6#75DE9D
7#98E6B6
8#BAEECE
9#DDF7E7
Tones
Muted variations
1#123F24
2#153D24
3#173A25
4#1A3825
5#1C3526
6#1F3326
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 #CAF2D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8BC | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC99 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D27C | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB560 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23904D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196737 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104223 | 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: #CAF2D9;
--charcoal-300: #A1E8BC;
--charcoal-400: #6FDC99;
--charcoal-500: #46D27C;
--charcoal-600: #2CB560;
--charcoal-700: #23904D;
--charcoal-800: #196737;
--charcoal-900: #104223;
--charcoal-950: #0A2916;
}