Charcoal
#0B4620
GreenColor Codes
All color formats for development
HEX
#0B4620RGB
rgb(11, 70, 32)HSL
hsl(141, 73%, 16%)OKLCH
oklch(0.348 0.087 150.3)CMYK
cmyk(84%, 0%, 54%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A401D
2#093819
3#083116
4#072A13
5#062310
6#041C0D
7#03150A
8#020E06
9#010703
Tints
Lighter variations
1#116C31
2#179141
3#1CB652
4#22DB63
5#46E27C
6#6BE897
7#90EEB1
8#B5F3CB
9#DAF9E5
Tones
Muted variations
1#0E4421
2#114122
3#143E23
4#173B23
5#1A3824
6#1D3525
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 #E0FAE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFB8 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E792 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E073 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC258 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A46 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E32 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4720 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF6;
--charcoal-100: #E0FAE9;
--charcoal-200: #C6F6D7;
--charcoal-300: #9AEFB8;
--charcoal-400: #65E792;
--charcoal-500: #38E073;
--charcoal-600: #1EC258;
--charcoal-700: #189A46;
--charcoal-800: #116E32;
--charcoal-900: #0B4720;
--charcoal-950: #072C14;
}