Charcoal
#0B4632
GreenColor Codes
All color formats for development
HEX
#0B4632RGB
rgb(11, 70, 50)HSL
hsl(160, 73%, 16%)OKLCH
oklch(0.352 0.068 165)CMYK
cmyk(84%, 0%, 29%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A402E
2#093829
3#083124
4#072A1E
5#062319
6#041C14
7#03150F
8#020E0A
9#010705
Tints
Lighter variations
1#116C4D
2#179168
3#1CB683
4#22DB9D
5#46E2AE
6#6BE8BE
7#90EECE
8#B5F3DF
9#DAF9EF
Tones
Muted variations
1#0E4432
2#114131
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 #E0FAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFD3 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7BB | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC28C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4733 | 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: #E0FAF1;
--charcoal-200: #C6F6E6;
--charcoal-300: #9AEFD3;
--charcoal-400: #65E7BB;
--charcoal-500: #38E0A8;
--charcoal-600: #1EC28C;
--charcoal-700: #189A6F;
--charcoal-800: #116E4F;
--charcoal-900: #0B4733;
--charcoal-950: #072C20;
}