Charcoal
#0E4328
GreenColor Codes
All color formats for development
HEX
#0E4328RGB
rgb(14, 67, 40)HSL
hsl(149, 65%, 16%)OKLCH
oklch(0.341 0.073 156.4)CMYK
cmyk(79%, 0%, 40%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D3D24
2#0B3620
3#0A2F1C
4#092818
5#072214
6#061B10
7#04140C
8#030D08
9#010704
Tints
Lighter variations
1#16673D
2#1D8A52
3#25AD67
4#2CD17C
5#4EDA92
6#72E1A7
7#95E9BD
8#B8F0D3
9#DCF8E9
Tones
Muted variations
1#114128
2#143E28
3#163B28
4#193928
5#1C3628
6#1E3328
7#213129
8#232E29
9#262B29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3DD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAC3 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0A4 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D78A | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B96E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9357 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #16693E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4328 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A19 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FCF7;
--charcoal-100: #E2F9ED;
--charcoal-200: #C8F3DD;
--charcoal-300: #9EEAC3;
--charcoal-400: #6CE0A4;
--charcoal-500: #42D78A;
--charcoal-600: #27B96E;
--charcoal-700: #1F9357;
--charcoal-800: #16693E;
--charcoal-900: #0E4328;
--charcoal-950: #092A19;
}