Charcoal
#0D4430
GreenColor Codes
All color formats for development
HEX
#0D4430RGB
rgb(13, 68, 48)HSL
hsl(158, 68%, 16%)OKLCH
oklch(0.346 0.066 164)CMYK
cmyk(81%, 0%, 29%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3E2B
2#0A3727
3#093022
4#08291D
5#072218
6#051B13
7#04150E
8#030E0A
9#010705
Tints
Lighter variations
1#14694A
2#1B8D63
3#22B17C
4#28D495
5#4BDDA7
6#6FE4B9
7#93EACA
8#B7F1DC
9#DBF8ED
Tones
Muted variations
1#10422F
2#133F2F
3#153C2E
4#18392D
5#1B372C
6#1E342C
7#20312B
8#232E2A
9#262C2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECCF | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2B6 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDAA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC85 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9669 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4530 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF9;
--charcoal-100: #E1F9F0;
--charcoal-200: #C7F4E4;
--charcoal-300: #9CECCF;
--charcoal-400: #69E2B6;
--charcoal-500: #3EDAA1;
--charcoal-600: #24BC85;
--charcoal-700: #1D9669;
--charcoal-800: #146B4B;
--charcoal-900: #0D4530;
--charcoal-950: #082B1E;
}