Charcoal
#0B4734
GreenColor Codes
All color formats for development
HEX
#0B4734RGB
rgb(11, 71, 52)HSL
hsl(161, 73%, 16%)OKLCH
oklch(0.356 0.068 166.4)CMYK
cmyk(85%, 0%, 27%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A402F
2#093829
3#083124
4#072A1F
5#06231A
6#041C15
7#031510
8#020E0A
9#010705
Tints
Lighter variations
1#116C4F
2#17916A
3#1CB685
4#22DBA0
5#46E2B1
6#6BE8C0
7#90EED0
8#B5F3E0
9#DAF9EF
Tones
Muted variations
1#0E4433
2#114132
3#143E30
4#173B2F
5#1A382E
6#1D352D
7#20322C
8#232F2B
9#262C2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFD4 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7BE | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC28E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4734 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF9;
--charcoal-100: #E0FAF2;
--charcoal-200: #C6F6E7;
--charcoal-300: #9AEFD4;
--charcoal-400: #65E7BE;
--charcoal-500: #38E0AB;
--charcoal-600: #1EC28E;
--charcoal-700: #189A71;
--charcoal-800: #116E51;
--charcoal-900: #0B4734;
--charcoal-950: #072C20;
}