Charcoal
#0B4622
GreenColor Codes
All color formats for development
HEX
#0B4622RGB
rgb(11, 70, 34)HSL
hsl(143, 73%, 16%)OKLCH
oklch(0.348 0.085 151.4)CMYK
cmyk(84%, 0%, 51%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A401E
2#09381B
3#083118
4#072A14
5#062311
6#041C0E
7#03150A
8#020E07
9#010703
Tints
Lighter variations
1#116C34
2#179145
3#1CB657
4#22DB69
5#46E282
6#6BE89B
7#90EEB4
8#B5F3CD
9#DAF9E6
Tones
Muted variations
1#0E4423
2#114123
3#143E24
4#173B25
5#1A3825
6#1D3526
7#203227
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 #C6F6D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFBA | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E797 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E079 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC25D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A4A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E35 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4722 | 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: #C6F6D8;
--charcoal-300: #9AEFBA;
--charcoal-400: #65E797;
--charcoal-500: #38E079;
--charcoal-600: #1EC25D;
--charcoal-700: #189A4A;
--charcoal-800: #116E35;
--charcoal-900: #0B4722;
--charcoal-950: #072C15;
}