Charcoal
#104225
GreenColor Codes
All color formats for development
HEX
#104225RGB
rgb(16, 66, 37)HSL
hsl(145, 61%, 16%)OKLCH
oklch(0.338 0.073 153.8)CMYK
cmyk(76%, 0%, 44%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3B21
2#0D351D
3#0B2E1A
4#0A2716
5#082112
6#061A0F
7#05140B
8#030D07
9#020704
Tints
Lighter variations
1#186438
2#21874B
3#29A95E
4#31CC72
5#53D589
6#75DEA1
7#98E6B8
8#BAEED0
9#DDF7E7
Tones
Muted variations
1#123F25
2#153D25
3#173A26
4#1A3826
5#1C3527
6#1F3327
7#213028
8#242E28
9#262B28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2DA | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8BE | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC9D | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D281 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB565 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239050 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196739 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104225 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2917 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF7;
--charcoal-100: #E2F8EB;
--charcoal-200: #CAF2DA;
--charcoal-300: #A1E8BE;
--charcoal-400: #6FDC9D;
--charcoal-500: #46D281;
--charcoal-600: #2CB565;
--charcoal-700: #239050;
--charcoal-800: #196739;
--charcoal-900: #104225;
--charcoal-950: #0A2917;
}