Charcoal
#0E4421
GreenColor Codes
All color formats for development
HEX
#0E4421RGB
rgb(14, 68, 33)HSL
hsl(141, 66%, 16%)OKLCH
oklch(0.342 0.082 150.8)CMYK
cmyk(79%, 0%, 51%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3D1D
2#0B361A
3#0A2F17
4#082914
5#072210
6#061B0D
7#04140A
8#030E07
9#010703
Tints
Lighter variations
1#156732
2#1C8B43
3#24AE54
4#2BD265
5#4DDB7F
6#71E298
7#94E9B2
8#B8F0CC
9#DBF8E5
Tones
Muted variations
1#114122
2#133E22
3#163C23
4#193924
5#1B3625
6#1E3426
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 | E1F9 #E1F9EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBB9 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE194 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D876 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA5A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9448 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A33 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E4421 | 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: #E1F9EA;
--charcoal-200: #C8F4D7;
--charcoal-300: #9EEBB9;
--charcoal-400: #6BE194;
--charcoal-500: #41D876;
--charcoal-600: #26BA5A;
--charcoal-700: #1E9448;
--charcoal-800: #166A33;
--charcoal-900: #0E4421;
--charcoal-950: #092A14;
}