Charcoal
#0E4330
GreenColor Codes
All color formats for development
HEX
#0E4330RGB
rgb(14, 67, 48)HSL
hsl(158, 65%, 16%)OKLCH
oklch(0.343 0.064 164.6)CMYK
cmyk(79%, 0%, 28%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D3D2B
2#0B3626
3#0A2F22
4#09281D
5#072218
6#061B13
7#04140E
8#030D0A
9#010705
Tints
Lighter variations
1#166749
2#1D8A62
3#25AD7B
4#2CD194
5#4EDAA6
6#72E1B8
7#95E9CA
8#B8F0DC
9#DCF8ED
Tones
Muted variations
1#11412F
2#143E2E
3#163B2E
4#19392D
5#1C362C
6#1E332C
7#21312B
8#232E2A
9#262B2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEACF | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0B5 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B984 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9369 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #16694B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4330 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FCF9;
--charcoal-100: #E2F9F0;
--charcoal-200: #C8F3E4;
--charcoal-300: #9EEACF;
--charcoal-400: #6CE0B5;
--charcoal-500: #42D7A0;
--charcoal-600: #27B984;
--charcoal-700: #1F9369;
--charcoal-800: #16694B;
--charcoal-900: #0E4330;
--charcoal-950: #092A1E;
}