Charcoal
#0D4421
GreenColor Codes
All color formats for development
HEX
#0D4421RGB
rgb(13, 68, 33)HSL
hsl(142, 68%, 16%)OKLCH
oklch(0.342 0.082 151)CMYK
cmyk(81%, 0%, 51%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3E1E
2#0A371B
3#093017
4#082914
5#072211
6#051B0D
7#04150A
8#030E07
9#010703
Tints
Lighter variations
1#146933
2#1B8D44
3#22B156
4#28D468
5#4BDD80
6#6FE49A
7#93EAB3
8#B7F1CC
9#DBF8E6
Tones
Muted variations
1#104222
2#133F23
3#153C24
4#183924
5#1B3725
6#1E3426
7#203127
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 #C7F4D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECBA | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E296 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA77 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC5C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9649 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B34 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4521 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF6;
--charcoal-100: #E1F9EA;
--charcoal-200: #C7F4D8;
--charcoal-300: #9CECBA;
--charcoal-400: #69E296;
--charcoal-500: #3EDA77;
--charcoal-600: #24BC5C;
--charcoal-700: #1D9649;
--charcoal-800: #146B34;
--charcoal-900: #0D4521;
--charcoal-950: #082B15;
}