Charcoal
#0F4323
GreenColor Codes
All color formats for development
HEX
#0F4323RGB
rgb(15, 67, 35)HSL
hsl(143, 63%, 16%)OKLCH
oklch(0.34 0.078 152.2)CMYK
cmyk(78%, 0%, 48%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3C1F
2#0C351C
3#0B2F18
4#092815
5#082111
6#061B0E
7#05140A
8#030D07
9#020703
Tints
Lighter variations
1#176535
2#1F8847
3#27AB5A
4#2FCE6C
5#50D784
6#73DF9D
7#96E7B5
8#B9EFCE
9#DCF7E6
Tones
Muted variations
1#124023
2#143D24
3#173B25
4#193825
5#1C3626
6#1F3326
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 #C9F3D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9BC | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE99 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D57B | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB760 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21914C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186836 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4323 | 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: #C9F3D9;
--charcoal-300: #9FE9BC;
--charcoal-400: #6EDE99;
--charcoal-500: #44D57B;
--charcoal-600: #2AB760;
--charcoal-700: #21914C;
--charcoal-800: #186836;
--charcoal-900: #0F4323;
--charcoal-950: #092A16;
}