Charcoal
#0B4627
GreenColor Codes
All color formats for development
HEX
#0B4627RGB
rgb(11, 70, 39)HSL
hsl(148, 73%, 16%)OKLCH
oklch(0.349 0.079 154.8)CMYK
cmyk(84%, 0%, 44%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A4023
2#09381F
3#08311B
4#072A17
5#062313
6#041C10
7#03150C
8#020E08
9#010704
Tints
Lighter variations
1#116C3B
2#179150
3#1CB664
4#22DB78
5#46E28F
6#6BE8A5
7#90EEBC
8#B5F3D2
9#DAF9E9
Tones
Muted variations
1#0E4427
2#114127
3#143E27
4#173B28
5#1A3828
6#1D3528
7#203228
8#232F28
9#262C29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6DC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFC1 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7A1 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E087 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC26B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A55 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E3D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4727 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF7;
--charcoal-100: #E0FAEC;
--charcoal-200: #C6F6DC;
--charcoal-300: #9AEFC1;
--charcoal-400: #65E7A1;
--charcoal-500: #38E087;
--charcoal-600: #1EC26B;
--charcoal-700: #189A55;
--charcoal-800: #116E3D;
--charcoal-900: #0B4727;
--charcoal-950: #072C18;
}