Charcoal
#0D4533
GreenColor Codes
All color formats for development
HEX
#0D4533RGB
rgb(13, 69, 51)HSL
hsl(161, 68%, 16%)OKLCH
oklch(0.35 0.065 166.7)CMYK
cmyk(81%, 0%, 26%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3E2E
2#0A3729
3#093024
4#08291F
5#072219
6#051B14
7#04150F
8#030E0A
9#010705
Tints
Lighter variations
1#14694E
2#1B8D68
3#22B183
4#28D49E
5#4BDDAF
6#6FE4BF
7#93EACF
8#B7F1DF
9#DBF8EF
Tones
Muted variations
1#104232
2#133F31
3#153C30
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 #C7F4E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECD3 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2BC | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDAA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9670 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4533 | 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: #C7F4E6;
--charcoal-300: #9CECD3;
--charcoal-400: #69E2BC;
--charcoal-500: #3EDAA9;
--charcoal-600: #24BC8C;
--charcoal-700: #1D9670;
--charcoal-800: #146B50;
--charcoal-900: #0D4533;
--charcoal-950: #082B20;
}