Charcoal
#0D4534
GreenColor Codes
All color formats for development
HEX
#0D4534RGB
rgb(13, 69, 52)HSL
hsl(162, 68%, 16%)OKLCH
oklch(0.35 0.064 167.9)CMYK
cmyk(81%, 0%, 25%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3E2F
2#0A372A
3#093024
4#08291F
5#07221A
6#051B15
7#041510
8#030E0A
9#010705
Tints
Lighter variations
1#14694F
2#1B8D6A
3#22B186
4#28D4A1
5#4BDDB1
6#6FE4C1
7#93EAD0
8#B7F1E0
9#DBF8EF
Tones
Muted variations
1#104233
2#133F32
3#153C31
4#18392F
5#1B372E
6#1E342D
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 #E1F9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECD4 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2BE | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDAAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC8F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9672 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4534 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF9;
--charcoal-100: #E1F9F2;
--charcoal-200: #C7F4E7;
--charcoal-300: #9CECD4;
--charcoal-400: #69E2BE;
--charcoal-500: #3EDAAB;
--charcoal-600: #24BC8F;
--charcoal-700: #1D9672;
--charcoal-800: #146B51;
--charcoal-900: #0D4534;
--charcoal-950: #082B20;
}