Charcoal
#0E432D
GreenColor Codes
All color formats for development
HEX
#0E432DRGB
rgb(14, 67, 45)HSL
hsl(155, 65%, 16%)OKLCH
oklch(0.342 0.067 161.2)CMYK
cmyk(79%, 0%, 33%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D3D29
2#0B3624
3#0A2F20
4#09281B
5#072217
6#061B12
7#04140E
8#030D09
9#010705
Tints
Lighter variations
1#166745
2#1D8A5D
3#25AD74
4#2CD18C
5#4EDAA0
6#72E1B3
7#95E9C6
8#B8F0D9
9#DCF8EC
Tones
Muted variations
1#11412D
2#143E2C
3#163B2C
4#19392B
5#1C362B
6#1E332B
7#21312A
8#232E2A
9#262B29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEACB | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0AF | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D799 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B97C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9363 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166947 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E432D | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FCF8;
--charcoal-100: #E2F9EF;
--charcoal-200: #C8F3E1;
--charcoal-300: #9EEACB;
--charcoal-400: #6CE0AF;
--charcoal-500: #42D799;
--charcoal-600: #27B97C;
--charcoal-700: #1F9363;
--charcoal-800: #166947;
--charcoal-900: #0E432D;
--charcoal-950: #092A1C;
}