Charcoal
#0B462B
GreenColor Codes
All color formats for development
HEX
#0B462BRGB
rgb(11, 70, 43)HSL
hsl(153, 73%, 16%)OKLCH
oklch(0.35 0.075 158)CMYK
cmyk(84%, 0%, 39%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A4027
2#093823
3#08311F
4#072A1A
5#062316
6#041C12
7#03150D
8#020E09
9#010704
Tints
Lighter variations
1#116C43
2#17915A
3#1CB671
4#22DB88
5#46E29C
6#6BE8B0
7#90EEC3
8#B5F3D7
9#DAF9EB
Tones
Muted variations
1#0E442B
2#11412B
3#143E2B
4#173B2B
5#1A382A
6#1D352A
7#20322A
8#232F29
9#262C29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFC9 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7AC | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E095 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC278 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A60 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E44 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B472C | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF8;
--charcoal-100: #E0FAEE;
--charcoal-200: #C6F6E0;
--charcoal-300: #9AEFC9;
--charcoal-400: #65E7AC;
--charcoal-500: #38E095;
--charcoal-600: #1EC278;
--charcoal-700: #189A60;
--charcoal-800: #116E44;
--charcoal-900: #0B472C;
--charcoal-950: #072C1B;
}