Charcoal
#0B4730
GreenColor Codes
All color formats for development
HEX
#0B4730RGB
rgb(11, 71, 48)HSL
hsl(157, 73%, 16%)OKLCH
oklch(0.355 0.072 162.1)CMYK
cmyk(85%, 0%, 32%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A402B
2#093826
3#083121
4#072A1D
5#062318
6#041C13
7#03150E
8#020E0A
9#010705
Tints
Lighter variations
1#116C49
2#179162
3#1CB67B
4#22DB94
5#46E2A6
6#6BE8B8
7#90EECA
8#B5F3DB
9#DAF9ED
Tones
Muted variations
1#0E442F
2#11412E
3#143E2E
4#173B2D
5#1A382C
6#1D352C
7#20322B
8#232F2A
9#262C29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFCE | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7B5 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC283 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4730 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF9;
--charcoal-100: #E0FAF0;
--charcoal-200: #C6F6E3;
--charcoal-300: #9AEFCE;
--charcoal-400: #65E7B5;
--charcoal-500: #38E0A0;
--charcoal-600: #1EC283;
--charcoal-700: #189A68;
--charcoal-800: #116E4B;
--charcoal-900: #0B4730;
--charcoal-950: #072C1E;
}