Charcoal
#0D4528
GreenColor Codes
All color formats for development
HEX
#0D4528RGB
rgb(13, 69, 40)HSL
hsl(149, 68%, 16%)OKLCH
oklch(0.347 0.076 155.6)CMYK
cmyk(81%, 0%, 42%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3E24
2#0A3720
3#09301C
4#082918
5#072214
6#051B10
7#04150C
8#030E08
9#010704
Tints
Lighter variations
1#14693D
2#1B8D52
3#22B167
4#28D47C
5#4BDD91
6#6FE4A7
7#93EABD
8#B7F1D3
9#DBF8E9
Tones
Muted variations
1#104228
2#133F28
3#153C28
4#183928
5#1B3728
6#1E3428
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 #C7F4DD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECC3 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2A4 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA8A | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC6E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9657 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B3E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4528 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B19 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF7;
--charcoal-100: #E1F9ED;
--charcoal-200: #C7F4DD;
--charcoal-300: #9CECC3;
--charcoal-400: #69E2A4;
--charcoal-500: #3EDA8A;
--charcoal-600: #24BC6E;
--charcoal-700: #1D9657;
--charcoal-800: #146B3E;
--charcoal-900: #0D4528;
--charcoal-950: #082B19;
}