Charcoal
#0E4428
GreenColor Codes
All color formats for development
HEX
#0E4428RGB
rgb(14, 68, 40)HSL
hsl(149, 66%, 16%)OKLCH
oklch(0.344 0.074 155.9)CMYK
cmyk(79%, 0%, 41%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3D24
2#0B3620
3#0A2F1C
4#082918
5#072214
6#061B10
7#04140C
8#030E08
9#010704
Tints
Lighter variations
1#15673D
2#1C8B52
3#24AE67
4#2BD27C
5#4DDB92
6#71E2A7
7#94E9BD
8#B8F0D3
9#DBF8E9
Tones
Muted variations
1#114128
2#133E28
3#163C28
4#193928
5#1B3628
6#1E3428
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 | E1F9 #E1F9ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4DD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBC3 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1A4 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D88A | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA6E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9457 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A3E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E4428 | 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: #E1F9ED;
--charcoal-200: #C8F4DD;
--charcoal-300: #9EEBC3;
--charcoal-400: #6BE1A4;
--charcoal-500: #41D88A;
--charcoal-600: #26BA6E;
--charcoal-700: #1E9457;
--charcoal-800: #166A3E;
--charcoal-900: #0E4428;
--charcoal-950: #092A19;
}