Charcoal
#0B4624
GreenColor Codes
All color formats for development
HEX
#0B4624RGB
rgb(11, 70, 36)HSL
hsl(145, 73%, 16%)OKLCH
oklch(0.348 0.083 152.7)CMYK
cmyk(84%, 0%, 49%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A4020
2#09381D
3#083119
4#072A16
5#062312
6#041C0E
7#03150B
8#020E07
9#010704
Tints
Lighter variations
1#116C37
2#179149
3#1CB65C
4#22DB6F
5#46E287
6#6BE89F
7#90EEB7
8#B5F3CF
9#DAF9E7
Tones
Muted variations
1#0E4424
2#114125
3#143E25
4#173B26
5#1A3826
6#1D3527
7#203227
8#232F28
9#262C28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFBD | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E79B | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E07E | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC263 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A4E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E38 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4724 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF6;
--charcoal-100: #E0FAEB;
--charcoal-200: #C6F6DA;
--charcoal-300: #9AEFBD;
--charcoal-400: #65E79B;
--charcoal-500: #38E07E;
--charcoal-600: #1EC263;
--charcoal-700: #189A4E;
--charcoal-800: #116E38;
--charcoal-900: #0B4724;
--charcoal-950: #072C16;
}