Charcoal
#0D4432
GreenColor Codes
All color formats for development
HEX
#0D4432RGB
rgb(13, 68, 50)HSL
hsl(160, 68%, 16%)OKLCH
oklch(0.346 0.064 166.4)CMYK
cmyk(81%, 0%, 26%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3E2D
2#0A3728
3#093023
4#08291E
5#072219
6#051B14
7#04150F
8#030E0A
9#010705
Tints
Lighter variations
1#14694C
2#1B8D67
3#22B181
4#28D49B
5#4BDDAC
6#6FE4BD
7#93EACD
8#B7F1DE
9#DBF8EE
Tones
Muted variations
1#104231
2#133F30
3#153C2F
4#18392E
5#1B372D
6#1E342C
7#20312C
8#232E2B
9#262C2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECD2 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2BA | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDAA6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC8A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D966D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4532 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF9;
--charcoal-100: #E1F9F1;
--charcoal-200: #C7F4E5;
--charcoal-300: #9CECD2;
--charcoal-400: #69E2BA;
--charcoal-500: #3EDAA6;
--charcoal-600: #24BC8A;
--charcoal-700: #1D966D;
--charcoal-800: #146B4E;
--charcoal-900: #0D4532;
--charcoal-950: #082B1F;
}