Charcoal
#0B4621
GreenColor Codes
All color formats for development
HEX
#0B4621RGB
rgb(11, 70, 33)HSL
hsl(142, 73%, 16%)OKLCH
oklch(0.348 0.086 150.8)CMYK
cmyk(84%, 0%, 53%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A401E
2#09381A
3#083117
4#072A14
5#062310
6#041C0D
7#03150A
8#020E07
9#010703
Tints
Lighter variations
1#116C32
2#179143
3#1CB655
4#22DB66
5#46E27F
6#6BE899
7#90EEB2
8#B5F3CC
9#DAF9E5
Tones
Muted variations
1#0E4422
2#114122
3#143E23
4#173B24
5#1A3825
6#1D3526
7#203226
8#232F27
9#262C28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFB9 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E794 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E076 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC25A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A48 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E33 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4721 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF6;
--charcoal-100: #E0FAEA;
--charcoal-200: #C6F6D7;
--charcoal-300: #9AEFB9;
--charcoal-400: #65E794;
--charcoal-500: #38E076;
--charcoal-600: #1EC25A;
--charcoal-700: #189A48;
--charcoal-800: #116E33;
--charcoal-900: #0B4721;
--charcoal-950: #072C15;
}