Charcoal
#0B4726
GreenColor Codes
All color formats for development
HEX
#0B4726RGB
rgb(11, 71, 38)HSL
hsl(147, 73%, 16%)OKLCH
oklch(0.352 0.082 153.7)CMYK
cmyk(85%, 0%, 46%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A4022
2#09381E
3#08311A
4#072A17
5#062313
6#041C0F
7#03150B
8#020E08
9#010704
Tints
Lighter variations
1#116C3A
2#17914E
3#1CB661
4#22DB75
5#46E28C
6#6BE8A3
7#90EEBA
8#B5F3D1
9#DAF9E8
Tones
Muted variations
1#0E4426
2#114126
3#143E27
4#173B27
5#1A3827
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 #C6F6DB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFC0 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E79F | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E084 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC268 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A53 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E3B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4726 | 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: #C6F6DB;
--charcoal-300: #9AEFC0;
--charcoal-400: #65E79F;
--charcoal-500: #38E084;
--charcoal-600: #1EC268;
--charcoal-700: #189A53;
--charcoal-800: #116E3B;
--charcoal-900: #0B4726;
--charcoal-950: #072C18;
}