Charcoal
#0D452D
GreenColor Codes
All color formats for development
HEX
#0D452DRGB
rgb(13, 69, 45)HSL
hsl(154, 68%, 16%)OKLCH
oklch(0.348 0.071 160.1)CMYK
cmyk(81%, 0%, 35%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3E28
2#0A3724
3#09301F
4#08291B
5#072216
6#051B12
7#04150D
8#030E09
9#010704
Tints
Lighter variations
1#146944
2#1B8D5B
3#22B173
4#28D48A
5#4BDD9E
6#6FE4B1
7#93EAC5
8#B7F1D8
9#DBF8EC
Tones
Muted variations
1#10422C
2#133F2C
3#153C2B
4#18392B
5#1B372B
6#1E342A
7#20312A
8#232E2A
9#262C29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECCA | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2AE | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA97 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC7A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9661 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B46 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D452C | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF8;
--charcoal-100: #E1F9EF;
--charcoal-200: #C7F4E1;
--charcoal-300: #9CECCA;
--charcoal-400: #69E2AE;
--charcoal-500: #3EDA97;
--charcoal-600: #24BC7A;
--charcoal-700: #1D9661;
--charcoal-800: #146B46;
--charcoal-900: #0D452C;
--charcoal-950: #082B1C;
}