Charcoal
#0E442C
GreenColor Codes
All color formats for development
HEX
#0E442CRGB
rgb(14, 68, 44)HSL
hsl(153, 66%, 16%)OKLCH
oklch(0.345 0.07 159.5)CMYK
cmyk(79%, 0%, 35%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3D27
2#0B3623
3#0A2F1E
4#08291A
5#072216
6#061B11
7#04140D
8#030E09
9#010704
Tints
Lighter variations
1#156742
2#1C8B59
3#24AE70
4#2BD287
5#4DDB9B
6#71E2AF
7#94E9C3
8#B8F0D7
9#DBF8EB
Tones
Muted variations
1#11412B
2#133E2B
3#163C2B
4#19392A
5#1B362A
6#1E342A
7#21312A
8#232E29
9#262B29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBC8 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1AC | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D894 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA78 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E945F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A44 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E442B | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FCF8;
--charcoal-100: #E1F9EE;
--charcoal-200: #C8F4E0;
--charcoal-300: #9EEBC8;
--charcoal-400: #6BE1AC;
--charcoal-500: #41D894;
--charcoal-600: #26BA78;
--charcoal-700: #1E945F;
--charcoal-800: #166A44;
--charcoal-900: #0E442B;
--charcoal-950: #092A1B;
}