Charcoal
#0B4729
GreenColor Codes
All color formats for development
HEX
#0B4729RGB
rgb(11, 71, 41)HSL
hsl(150, 73%, 16%)OKLCH
oklch(0.353 0.079 155.9)CMYK
cmyk(85%, 0%, 42%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A4025
2#093821
3#08311D
4#072A18
5#062314
6#041C10
7#03150C
8#020E08
9#010704
Tints
Lighter variations
1#116C3E
2#179154
3#1CB669
4#22DB7E
5#46E294
6#6BE8A9
7#90EEBF
8#B5F3D4
9#DAF9EA
Tones
Muted variations
1#0E4429
2#114129
3#143E29
4#173B29
5#1A3829
6#1D3529
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 #C6F6DE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFC4 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7A6 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E08C | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC270 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A59 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E40 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4729 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF7;
--charcoal-100: #E0FAED;
--charcoal-200: #C6F6DE;
--charcoal-300: #9AEFC4;
--charcoal-400: #65E7A6;
--charcoal-500: #38E08C;
--charcoal-600: #1EC270;
--charcoal-700: #189A59;
--charcoal-800: #116E40;
--charcoal-900: #0B4729;
--charcoal-950: #072C1A;
}