Charcoal
#0E4423
GreenColor Codes
All color formats for development
HEX
#0E4423RGB
rgb(14, 68, 35)HSL
hsl(143, 66%, 16%)OKLCH
oklch(0.343 0.08 152.1)CMYK
cmyk(79%, 0%, 49%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3D1F
2#0B361C
3#0A2F18
4#082915
5#072211
6#061B0E
7#04140A
8#030E07
9#010703
Tints
Lighter variations
1#156735
2#1C8B47
3#24AE59
4#2BD26B
5#4DDB83
6#71E29C
7#94E9B5
8#B8F0CE
9#DBF8E6
Tones
Muted variations
1#114123
2#133E24
3#163C24
4#193925
5#1B3626
6#1E3426
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 | E1F9 #E1F9EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBBB | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE198 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D87B | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA5F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E944C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A36 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E4423 | 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: #E1F9EA;
--charcoal-200: #C8F4D9;
--charcoal-300: #9EEBBB;
--charcoal-400: #6BE198;
--charcoal-500: #41D87B;
--charcoal-600: #26BA5F;
--charcoal-700: #1E944C;
--charcoal-800: #166A36;
--charcoal-900: #0E4423;
--charcoal-950: #092A16;
}