Charcoal
#104226
GreenColor Codes
All color formats for development
HEX
#104226RGB
rgb(16, 66, 38)HSL
hsl(146, 61%, 16%)OKLCH
oklch(0.338 0.072 154.6)CMYK
cmyk(76%, 0%, 42%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3B22
2#0D351E
3#0B2E1A
4#0A2716
5#082113
6#061A0F
7#05140B
8#030D07
9#020704
Tints
Lighter variations
1#186439
2#21874D
3#29A961
4#31CC74
5#53D58B
6#75DEA2
7#98E6BA
8#BAEED1
9#DDF7E8
Tones
Muted variations
1#123F26
2#153D26
3#173A26
4#1A3827
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 #E2F8EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2DB | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C0 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC9E | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D283 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB567 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239052 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19673B | 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: #E2F8EC;
--charcoal-200: #CAF2DB;
--charcoal-300: #A1E8C0;
--charcoal-400: #6FDC9E;
--charcoal-500: #46D283;
--charcoal-600: #2CB567;
--charcoal-700: #239052;
--charcoal-800: #19673B;
--charcoal-900: #104225;
--charcoal-950: #0A2917;
}