Charcoal
#0B4737
GreenColor Codes
All color formats for development
HEX
#0B4737RGB
rgb(11, 71, 55)HSL
hsl(164, 73%, 16%)OKLCH
oklch(0.357 0.065 170.1)CMYK
cmyk(85%, 0%, 23%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A4031
2#09382C
3#083126
4#072A21
5#06231B
6#041C16
7#031510
8#020E0B
9#010705
Tints
Lighter variations
1#116C53
2#179170
3#1CB68D
4#22DBAA
5#46E2B8
6#6BE8C7
7#90EED5
8#B5F3E3
9#DAF9F1
Tones
Muted variations
1#0E4435
2#114134
3#143E33
4#173B31
5#1A3830
6#1D352E
7#20322D
8#232F2C
9#262C2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFD8 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7C4 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0B3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC296 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A78 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4737 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFA;
--charcoal-100: #E0FAF3;
--charcoal-200: #C6F6E9;
--charcoal-300: #9AEFD8;
--charcoal-400: #65E7C4;
--charcoal-500: #38E0B3;
--charcoal-600: #1EC296;
--charcoal-700: #189A78;
--charcoal-800: #116E55;
--charcoal-900: #0B4737;
--charcoal-950: #072C22;
}