Charcoal
#0D441E
GreenColor Codes
All color formats for development
HEX
#0D441ERGB
rgb(13, 68, 30)HSL
hsl(139, 68%, 16%)OKLCH
oklch(0.342 0.085 149.3)CMYK
cmyk(81%, 0%, 56%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3E1C
2#0A3719
3#093015
4#082912
5#07220F
6#051B0C
7#041509
8#030E06
9#010703
Tints
Lighter variations
1#14692F
2#1B8D3F
3#22B14F
4#28D45F
5#4BDD79
6#6FE494
7#93EAAF
8#B7F1C9
9#DBF8E4
Tones
Muted variations
1#104220
2#133F21
3#153C22
4#183923
5#1B3724
6#1E3425
7#203126
8#232E27
9#262C28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECB6 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E28F | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA70 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC54 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9643 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B30 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D451F | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF5;
--charcoal-100: #E1F9E9;
--charcoal-200: #C7F4D6;
--charcoal-300: #9CECB6;
--charcoal-400: #69E28F;
--charcoal-500: #3EDA70;
--charcoal-600: #24BC54;
--charcoal-700: #1D9643;
--charcoal-800: #146B30;
--charcoal-900: #0D451F;
--charcoal-950: #082B13;
}