Charcoal
#0B4728
GreenColor Codes
All color formats for development
HEX
#0B4728RGB
rgb(11, 71, 40)HSL
hsl(149, 73%, 16%)OKLCH
oklch(0.352 0.08 155.1)CMYK
cmyk(85%, 0%, 44%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A4024
2#093820
3#08311C
4#072A18
5#062314
6#041C10
7#03150C
8#020E08
9#010704
Tints
Lighter variations
1#116C3D
2#179152
3#1CB667
4#22DB7B
5#46E291
6#6BE8A7
7#90EEBD
8#B5F3D3
9#DAF9E9
Tones
Muted variations
1#0E4428
2#114128
3#143E28
4#173B28
5#1A3828
6#1D3528
7#203229
8#232F29
9#262C29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6DD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFC3 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7A4 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E089 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC26D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A57 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E3E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4728 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C19 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF7;
--charcoal-100: #E0FAED;
--charcoal-200: #C6F6DD;
--charcoal-300: #9AEFC3;
--charcoal-400: #65E7A4;
--charcoal-500: #38E089;
--charcoal-600: #1EC26D;
--charcoal-700: #189A57;
--charcoal-800: #116E3E;
--charcoal-900: #0B4728;
--charcoal-950: #072C19;
}