Charcoal
#0E4322
GreenColor Codes
All color formats for development
HEX
#0E4322RGB
rgb(14, 67, 34)HSL
hsl(143, 65%, 16%)OKLCH
oklch(0.339 0.079 151.7)CMYK
cmyk(79%, 0%, 49%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D3D1F
2#0B361C
3#0A2F18
4#092815
5#072211
6#061B0E
7#04140A
8#030D07
9#010703
Tints
Lighter variations
1#166735
2#1D8A47
3#25AD59
4#2CD16B
5#4EDA84
6#72E19C
7#95E9B5
8#B8F0CE
9#DCF8E6
Tones
Muted variations
1#114123
2#143E24
3#163B24
4#193925
5#1C3626
6#1E3326
7#213127
8#232E28
9#262B28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEABB | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE098 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D77B | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B95F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F934C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166936 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4323 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FCF6;
--charcoal-100: #E2F9EA;
--charcoal-200: #C8F3D9;
--charcoal-300: #9EEABB;
--charcoal-400: #6CE098;
--charcoal-500: #42D77B;
--charcoal-600: #27B95F;
--charcoal-700: #1F934C;
--charcoal-800: #166936;
--charcoal-900: #0E4323;
--charcoal-950: #092A16;
}