Charcoal
#0F4322
GreenColor Codes
All color formats for development
HEX
#0F4322RGB
rgb(15, 67, 34)HSL
hsl(142, 63%, 16%)OKLCH
oklch(0.34 0.079 151.5)CMYK
cmyk(78%, 0%, 49%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3C1F
2#0C351B
3#0B2F18
4#092814
5#082111
6#061B0E
7#05140A
8#030D07
9#020703
Tints
Lighter variations
1#176534
2#1F8846
3#27AB57
4#2FCE69
5#50D782
6#73DF9B
7#96E7B4
8#B9EFCD
9#DCF7E6
Tones
Muted variations
1#124023
2#143D23
3#173B24
4#193825
5#1C3625
6#1F3326
7#213127
8#242E27
9#262B28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9BA | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE97 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D579 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB75D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21914A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186835 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4322 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF6;
--charcoal-100: #E2F8EA;
--charcoal-200: #C9F3D8;
--charcoal-300: #9FE9BA;
--charcoal-400: #6EDE97;
--charcoal-500: #44D579;
--charcoal-600: #2AB75D;
--charcoal-700: #21914A;
--charcoal-800: #186835;
--charcoal-900: #0F4322;
--charcoal-950: #092A15;
}