Charcoal
#0E432E
GreenColor Codes
All color formats for development
HEX
#0E432ERGB
rgb(14, 67, 46)HSL
hsl(156, 65%, 16%)OKLCH
oklch(0.342 0.066 162.3)CMYK
cmyk(79%, 0%, 31%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D3D29
2#0B3625
3#0A2F20
4#09281C
5#072217
6#061B12
7#04140E
8#030D09
9#010705
Tints
Lighter variations
1#166746
2#1D8A5F
3#25AD77
4#2CD18F
5#4EDAA2
6#72E1B4
7#95E9C7
8#B8F0DA
9#DCF8EC
Tones
Muted variations
1#11412E
2#143E2D
3#163B2D
4#19392C
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 #C8F3E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEACC | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0B1 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D79B | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B97F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9365 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166948 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E432E | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FCF8;
--charcoal-100: #E2F9EF;
--charcoal-200: #C8F3E2;
--charcoal-300: #9EEACC;
--charcoal-400: #6CE0B1;
--charcoal-500: #42D79B;
--charcoal-600: #27B97F;
--charcoal-700: #1F9365;
--charcoal-800: #166948;
--charcoal-900: #0E432E;
--charcoal-950: #092A1D;
}