Charcoal
#0D4529
GreenColor Codes
All color formats for development
HEX
#0D4529RGB
rgb(13, 69, 41)HSL
hsl(150, 68%, 16%)OKLCH
oklch(0.347 0.075 156.4)CMYK
cmyk(81%, 0%, 41%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3E25
2#0A3721
3#09301D
4#082918
5#072214
6#051B10
7#04150C
8#030E08
9#010704
Tints
Lighter variations
1#14693E
2#1B8D54
3#22B169
4#28D47E
5#4BDD94
6#6FE4A9
7#93EABF
8#B7F1D4
9#DBF8EA
Tones
Muted variations
1#104229
2#133F29
3#153C29
4#183929
5#1B3729
6#1E3429
7#203129
8#232E29
9#262C29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4DE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECC4 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2A6 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA8C | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC70 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9659 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B40 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4529 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF7;
--charcoal-100: #E1F9ED;
--charcoal-200: #C7F4DE;
--charcoal-300: #9CECC4;
--charcoal-400: #69E2A6;
--charcoal-500: #3EDA8C;
--charcoal-600: #24BC70;
--charcoal-700: #1D9659;
--charcoal-800: #146B40;
--charcoal-900: #0D4529;
--charcoal-950: #082B1A;
}