Charcoal
#0D4526
GreenColor Codes
All color formats for development
HEX
#0D4526RGB
rgb(13, 69, 38)HSL
hsl(147, 68%, 16%)OKLCH
oklch(0.346 0.078 154.1)CMYK
cmyk(81%, 0%, 45%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3E22
2#0A371E
3#09301B
4#082917
5#072213
6#051B0F
7#04150B
8#030E08
9#010704
Tints
Lighter variations
1#14693A
2#1B8D4E
3#22B162
4#28D476
5#4BDD8D
6#6FE4A3
7#93EABA
8#B7F1D1
9#DBF8E8
Tones
Muted variations
1#104226
2#133F27
3#153C27
4#183927
5#1B3727
6#1E3428
7#203128
8#232E28
9#262C29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4DC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECC0 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2A0 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA84 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC69 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9653 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B3B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4526 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF7;
--charcoal-100: #E1F9EC;
--charcoal-200: #C7F4DC;
--charcoal-300: #9CECC0;
--charcoal-400: #69E2A0;
--charcoal-500: #3EDA84;
--charcoal-600: #24BC69;
--charcoal-700: #1D9653;
--charcoal-800: #146B3B;
--charcoal-900: #0D4526;
--charcoal-950: #082B18;
}