Charcoal
#0F4328
GreenColor Codes
All color formats for development
HEX
#0F4328RGB
rgb(15, 67, 40)HSL
hsl(149, 63%, 16%)OKLCH
oklch(0.341 0.072 156.1)CMYK
cmyk(78%, 0%, 40%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3C24
2#0C3520
3#0B2F1C
4#092818
5#082114
6#061B10
7#05140C
8#030D08
9#020704
Tints
Lighter variations
1#17653D
2#1F8852
3#27AB67
4#2FCE7C
5#50D792
6#73DFA8
7#96E7BD
8#B9EFD3
9#DCF7E9
Tones
Muted variations
1#124028
2#143D28
3#173B28
4#193828
5#1C3628
6#1F3328
7#213129
8#242E29
9#262B29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3DD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9C3 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEA4 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D58A | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB76E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219157 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18683E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4328 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A19 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF7;
--charcoal-100: #E2F8ED;
--charcoal-200: #C9F3DD;
--charcoal-300: #9FE9C3;
--charcoal-400: #6EDEA4;
--charcoal-500: #44D58A;
--charcoal-600: #2AB76E;
--charcoal-700: #219157;
--charcoal-800: #18683E;
--charcoal-900: #0F4328;
--charcoal-950: #092A19;
}