Charcoal
#0B4725
GreenColor Codes
All color formats for development
HEX
#0B4725RGB
rgb(11, 71, 37)HSL
hsl(146, 73%, 16%)OKLCH
oklch(0.352 0.083 153)CMYK
cmyk(85%, 0%, 48%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A4021
2#09381D
3#08311A
4#072A16
5#062312
6#041C0F
7#03150B
8#020E07
9#010704
Tints
Lighter variations
1#116C38
2#17914B
3#1CB65F
4#22DB72
5#46E289
6#6BE8A1
7#90EEB8
8#B5F3D0
9#DAF9E7
Tones
Muted variations
1#0E4425
2#114126
3#143E26
4#173B26
5#1A3827
6#1D3527
7#203228
8#232F28
9#262C28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6DB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFBF | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E79D | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E081 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC265 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A51 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E3A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4725 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C17 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF7;
--charcoal-100: #E0FAEB;
--charcoal-200: #C6F6DB;
--charcoal-300: #9AEFBF;
--charcoal-400: #65E79D;
--charcoal-500: #38E081;
--charcoal-600: #1EC265;
--charcoal-700: #189A51;
--charcoal-800: #116E3A;
--charcoal-900: #0B4725;
--charcoal-950: #072C17;
}