Charcoal
#0D452C
GreenColor Codes
All color formats for development
HEX
#0D452CRGB
rgb(13, 69, 44)HSL
hsl(153, 68%, 16%)OKLCH
oklch(0.348 0.072 159.1)CMYK
cmyk(81%, 0%, 36%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3E27
2#0A3723
3#09301F
4#08291A
5#072216
6#051B11
7#04150D
8#030E09
9#010704
Tints
Lighter variations
1#146942
2#1B8D59
3#22B170
4#28D487
5#4BDD9B
6#6FE4AF
7#93EAC3
8#B7F1D7
9#DBF8EB
Tones
Muted variations
1#10422B
2#133F2B
3#153C2B
4#18392A
5#1B372A
6#1E342A
7#20312A
8#232E29
9#262C29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECC8 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2AC | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA94 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC78 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D965F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B44 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D452C | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF8;
--charcoal-100: #E1F9EE;
--charcoal-200: #C7F4E0;
--charcoal-300: #9CECC8;
--charcoal-400: #69E2AC;
--charcoal-500: #3EDA94;
--charcoal-600: #24BC78;
--charcoal-700: #1D965F;
--charcoal-800: #146B44;
--charcoal-900: #0D452C;
--charcoal-950: #082B1B;
}