Charcoal
#0D4521
GreenColor Codes
All color formats for development
HEX
#0D4521RGB
rgb(13, 69, 33)HSL
hsl(141, 68%, 16%)OKLCH
oklch(0.345 0.084 150.7)CMYK
cmyk(81%, 0%, 52%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3E1D
2#0A371A
3#093017
4#082913
5#072210
6#051B0D
7#04150A
8#030E06
9#010703
Tints
Lighter variations
1#146932
2#1B8D43
3#22B154
4#28D465
5#4BDD7E
6#6FE498
7#93EAB2
8#B7F1CB
9#DBF8E5
Tones
Muted variations
1#104221
2#133F22
3#153C23
4#183924
5#1B3725
6#1E3425
7#203126
8#232E27
9#262C28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECB8 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E294 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA75 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC59 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9647 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B33 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4520 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF6;
--charcoal-100: #E1F9EA;
--charcoal-200: #C7F4D7;
--charcoal-300: #9CECB8;
--charcoal-400: #69E294;
--charcoal-500: #3EDA75;
--charcoal-600: #24BC59;
--charcoal-700: #1D9647;
--charcoal-800: #146B33;
--charcoal-900: #0D4520;
--charcoal-950: #082B14;
}