Charcoal
#0D4435
GreenColor Codes
All color formats for development
HEX
#0D4435RGB
rgb(13, 68, 53)HSL
hsl(164, 68%, 16%)OKLCH
oklch(0.347 0.062 170.3)CMYK
cmyk(81%, 0%, 22%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3E30
2#0A372B
3#093026
4#082920
5#07221B
6#051B15
7#041510
8#030E0B
9#010705
Tints
Lighter variations
1#146952
2#1B8D6E
3#22B18A
4#28D4A7
5#4BDDB6
6#6FE4C5
7#93EAD3
8#B7F1E2
9#DBF8F0
Tones
Muted variations
1#104234
2#133F33
3#153C32
4#183931
5#1B372F
6#1E342E
7#20312D
8#232E2B
9#262C2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECD7 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2C2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDAB1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC94 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9676 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B54 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4536 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFA;
--charcoal-100: #E1F9F3;
--charcoal-200: #C7F4E8;
--charcoal-300: #9CECD7;
--charcoal-400: #69E2C2;
--charcoal-500: #3EDAB1;
--charcoal-600: #24BC94;
--charcoal-700: #1D9676;
--charcoal-800: #146B54;
--charcoal-900: #0D4536;
--charcoal-950: #082B22;
}