Charcoal
#0E4324
GreenColor Codes
All color formats for development
HEX
#0E4324RGB
rgb(14, 67, 36)HSL
hsl(145, 65%, 16%)OKLCH
oklch(0.34 0.077 153.2)CMYK
cmyk(79%, 0%, 46%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D3D21
2#0B361D
3#0A2F19
4#092816
5#072212
6#061B0F
7#04140B
8#030D07
9#010704
Tints
Lighter variations
1#166737
2#1D8A4B
3#25AD5E
4#2CD171
5#4EDA88
6#72E1A0
7#95E9B8
8#B8F0D0
9#DCF8E7
Tones
Muted variations
1#114125
2#143E25
3#163B26
4#193926
5#1C3627
6#1E3327
7#213127
8#232E28
9#262B28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEABE | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE09C | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D780 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B964 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9350 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166939 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4324 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A17 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FCF7;
--charcoal-100: #E2F9EB;
--charcoal-200: #C8F3DA;
--charcoal-300: #9EEABE;
--charcoal-400: #6CE09C;
--charcoal-500: #42D780;
--charcoal-600: #27B964;
--charcoal-700: #1F9350;
--charcoal-800: #166939;
--charcoal-900: #0E4324;
--charcoal-950: #092A17;
}