Charcoal
#034E33
GreenColor Codes
All color formats for development
HEX
#034E33RGB
rgb(3, 78, 51)HSL
hsl(158, 93%, 16%)OKLCH
oklch(0.375 0.081 161.5)CMYK
cmyk(96%, 0%, 35%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03472E
2#023F29
3#023724
4#022F1F
5#012719
6#011F14
7#01180F
8#01100A
9#000805
Tints
Lighter variations
1#04784E
2#06A168
3#07CB83
4#09F49E
5#30F8AE
6#5AF9BF
7#83FBCF
8#ACFCDF
9#D6FEEF
Tones
Muted variations
1#074B32
2#0A4731
3#0E4330
4#12402F
5#163C2E
6#1A382D
7#1D342C
8#21302B
9#252D2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBD3 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9BC | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D98C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F33 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023120 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FEF9;
--charcoal-100: #DDFEF2;
--charcoal-200: #BFFDE6;
--charcoal-300: #8EFBD3;
--charcoal-400: #53F9BC;
--charcoal-500: #22F7A9;
--charcoal-600: #08D98C;
--charcoal-700: #06AC6F;
--charcoal-800: #047B50;
--charcoal-900: #034F33;
--charcoal-950: #023120;
}