Charcoal
#034E2B
GreenColor Codes
All color formats for development
HEX
#034E2BRGB
rgb(3, 78, 43)HSL
hsl(152, 93%, 16%)OKLCH
oklch(0.373 0.09 155.5)CMYK
cmyk(96%, 0%, 45%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#034727
2#023F23
3#02371E
4#022F1A
5#012716
6#011F11
7#01180D
8#011009
9#000804
Tints
Lighter variations
1#047842
2#06A159
3#07CB70
4#09F486
5#30F89B
6#5AF9AF
7#83FBC3
8#ACFCD7
9#D6FEEB
Tones
Muted variations
1#074B2B
2#0A472B
3#0E432B
4#12402A
5#163C2A
6#1A382A
7#1D342A
8#213029
9#252D29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDE0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBC8 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9AB | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F793 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D977 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC5F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B44 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F2B | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02311B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FEF8;
--charcoal-100: #DDFEEE;
--charcoal-200: #BFFDE0;
--charcoal-300: #8EFBC8;
--charcoal-400: #53F9AB;
--charcoal-500: #22F793;
--charcoal-600: #08D977;
--charcoal-700: #06AC5F;
--charcoal-800: #047B44;
--charcoal-900: #034F2B;
--charcoal-950: #02311B;
}