Charcoal
#0E4320
GreenColor Codes
All color formats for development
HEX
#0E4320RGB
rgb(14, 67, 32)HSL
hsl(140, 65%, 16%)OKLCH
oklch(0.339 0.081 150.5)CMYK
cmyk(79%, 0%, 52%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D3D1D
2#0B361A
3#0A2F16
4#092813
5#072210
6#061B0D
7#04140A
8#030D06
9#010703
Tints
Lighter variations
1#166731
2#1D8A42
3#25AD52
4#2CD163
5#4EDA7D
6#72E197
7#95E9B1
8#B8F0CB
9#DCF8E5
Tones
Muted variations
1#114121
2#143E22
3#163B23
4#193923
5#1C3624
6#1E3325
7#213126
8#232E27
9#262B28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAB8 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE092 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D773 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B958 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9346 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166932 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4320 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FCF6;
--charcoal-100: #E2F9E9;
--charcoal-200: #C8F3D7;
--charcoal-300: #9EEAB8;
--charcoal-400: #6CE092;
--charcoal-500: #42D773;
--charcoal-600: #27B958;
--charcoal-700: #1F9346;
--charcoal-800: #166932;
--charcoal-900: #0E4320;
--charcoal-950: #092A14;
}