Charcoal
#0F4324
GreenColor Codes
All color formats for development
HEX
#0F4324RGB
rgb(15, 67, 36)HSL
hsl(144, 63%, 16%)OKLCH
oklch(0.34 0.077 152.9)CMYK
cmyk(78%, 0%, 46%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3C20
2#0C351D
3#0B2F19
4#092815
5#082112
6#061B0E
7#05140B
8#030D07
9#020704
Tints
Lighter variations
1#176536
2#1F8849
3#27AB5C
4#2FCE6F
5#50D786
6#73DF9F
7#96E7B7
8#B9EFCF
9#DCF7E7
Tones
Muted variations
1#124024
2#143D25
3#173B25
4#193826
5#1C3626
6#1F3327
7#213127
8#242E28
9#262B28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9BD | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE9B | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D57E | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB762 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21914E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186838 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4324 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF6;
--charcoal-100: #E2F8EB;
--charcoal-200: #C9F3DA;
--charcoal-300: #9FE9BD;
--charcoal-400: #6EDE9B;
--charcoal-500: #44D57E;
--charcoal-600: #2AB762;
--charcoal-700: #21914E;
--charcoal-800: #186838;
--charcoal-900: #0F4324;
--charcoal-950: #092A16;
}