Charcoal
#0F4329
GreenColor Codes
All color formats for development
HEX
#0F4329RGB
rgb(15, 67, 41)HSL
hsl(150, 63%, 16%)OKLCH
oklch(0.341 0.071 157)CMYK
cmyk(78%, 0%, 39%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3C25
2#0C3521
3#0B2F1D
4#092818
5#082114
6#061B10
7#05140C
8#030D08
9#020704
Tints
Lighter variations
1#17653E
2#1F8854
3#27AB69
4#2FCE7E
5#50D794
6#73DFA9
7#96E7BF
8#B9EFD4
9#DCF7EA
Tones
Muted variations
1#124029
2#143D29
3#173B29
4#193829
5#1C3629
6#1F3329
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 #C9F3DE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9C4 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEA6 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D58C | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB770 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219159 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186840 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4329 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF7;
--charcoal-100: #E2F8ED;
--charcoal-200: #C9F3DE;
--charcoal-300: #9FE9C4;
--charcoal-400: #6EDEA6;
--charcoal-500: #44D58C;
--charcoal-600: #2AB770;
--charcoal-700: #219159;
--charcoal-800: #186840;
--charcoal-900: #0F4329;
--charcoal-950: #092A1A;
}