Charcoal
#0F4321
GreenColor Codes
All color formats for development
HEX
#0F4321RGB
rgb(15, 67, 33)HSL
hsl(141, 63%, 16%)OKLCH
oklch(0.34 0.08 150.9)CMYK
cmyk(78%, 0%, 51%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3C1E
2#0C351A
3#0B2F17
4#092814
5#082111
6#061B0D
7#05140A
8#030D07
9#020703
Tints
Lighter variations
1#176532
2#1F8844
3#27AB55
4#2FCE67
5#50D780
6#73DF99
7#96E7B3
8#B9EFCC
9#DCF7E6
Tones
Muted variations
1#124022
2#143D23
3#173B23
4#193824
5#1C3625
6#1F3326
7#213126
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 #9FE9B9 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE95 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D577 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB75B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219148 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186834 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4321 | 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: #9FE9B9;
--charcoal-400: #6EDE95;
--charcoal-500: #44D577;
--charcoal-600: #2AB75B;
--charcoal-700: #219148;
--charcoal-800: #186834;
--charcoal-900: #0F4321;
--charcoal-950: #092A15;
}