Charcoal
#0B4630
GreenColor Codes
All color formats for development
HEX
#0B4630RGB
rgb(11, 70, 48)HSL
hsl(158, 73%, 16%)OKLCH
oklch(0.351 0.07 162.8)CMYK
cmyk(84%, 0%, 31%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A402C
2#093827
3#083122
4#072A1D
5#062318
6#041C13
7#03150F
8#020E0A
9#010705
Tints
Lighter variations
1#116C4A
2#179164
3#1CB67E
4#22DB97
5#46E2A9
6#6BE8BA
7#90EECB
8#B5F3DC
9#DAF9EE
Tones
Muted variations
1#0E4430
2#11412F
3#143E2E
4#173B2E
5#1A382D
6#1D352C
7#20322B
8#232F2A
9#262C2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFD0 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7B7 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC286 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4731 | 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: #E0FAF1;
--charcoal-200: #C6F6E4;
--charcoal-300: #9AEFD0;
--charcoal-400: #65E7B7;
--charcoal-500: #38E0A3;
--charcoal-600: #1EC286;
--charcoal-700: #189A6B;
--charcoal-800: #116E4C;
--charcoal-900: #0B4731;
--charcoal-950: #072C1E;
}