Charcoal
#0B4723
GreenColor Codes
All color formats for development
HEX
#0B4723RGB
rgb(11, 71, 35)HSL
hsl(144, 73%, 16%)OKLCH
oklch(0.351 0.085 151.7)CMYK
cmyk(85%, 0%, 51%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A401F
2#09381C
3#083118
4#072A15
5#062311
6#041C0E
7#03150A
8#020E07
9#010703
Tints
Lighter variations
1#116C35
2#179147
3#1CB65A
4#22DB6C
5#46E284
6#6BE89D
7#90EEB5
8#B5F3CE
9#DAF9E6
Tones
Muted variations
1#0E4423
2#114124
3#143E25
4#173B25
5#1A3826
6#1D3526
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 #C6F6D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFBC | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E799 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E07B | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC260 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A4C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E36 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4723 | 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: #C6F6D9;
--charcoal-300: #9AEFBC;
--charcoal-400: #65E799;
--charcoal-500: #38E07B;
--charcoal-600: #1EC260;
--charcoal-700: #189A4C;
--charcoal-800: #116E36;
--charcoal-900: #0B4723;
--charcoal-950: #072C16;
}