Charcoal
#104227
GreenColor Codes
All color formats for development
HEX
#104227RGB
rgb(16, 66, 39)HSL
hsl(148, 61%, 16%)OKLCH
oklch(0.338 0.071 155.5)CMYK
cmyk(76%, 0%, 41%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3B23
2#0D351F
3#0B2E1B
4#0A2717
5#082114
6#061A10
7#05140C
8#030D08
9#020704
Tints
Lighter variations
1#18643C
2#218750
3#29A965
4#31CC79
5#53D590
6#75DEA6
7#98E6BC
8#BAEED2
9#DDF7E9
Tones
Muted variations
1#123F27
2#153D27
3#173A28
4#1A3828
5#1C3528
6#1F3328
7#213028
8#242E28
9#262B29
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 #CAF2DD | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C2 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCA2 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D288 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB56C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239056 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19673D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104227 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2918 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF7;
--charcoal-100: #E2F8EC;
--charcoal-200: #CAF2DD;
--charcoal-300: #A1E8C2;
--charcoal-400: #6FDCA2;
--charcoal-500: #46D288;
--charcoal-600: #2CB56C;
--charcoal-700: #239056;
--charcoal-800: #19673D;
--charcoal-900: #104227;
--charcoal-950: #0A2918;
}