Charcoal
#0B472D
GreenColor Codes
All color formats for development
HEX
#0B472DRGB
rgb(11, 71, 45)HSL
hsl(154, 73%, 16%)OKLCH
oklch(0.354 0.075 159.2)CMYK
cmyk(85%, 0%, 37%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A4028
2#093824
3#08311F
4#072A1B
5#062316
6#041C12
7#03150D
8#020E09
9#010704
Tints
Lighter variations
1#116C44
2#17915C
3#1CB673
4#22DB8B
5#46E29E
6#6BE8B2
7#90EEC5
8#B5F3D8
9#DAF9EC
Tones
Muted variations
1#0E442C
2#11412C
3#143E2C
4#173B2B
5#1A382B
6#1D352A
7#20322A
8#232F2A
9#262C29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFCA | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7AE | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E097 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC27B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A62 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E46 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B472D | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF8;
--charcoal-100: #E0FAEF;
--charcoal-200: #C6F6E1;
--charcoal-300: #9AEFCA;
--charcoal-400: #65E7AE;
--charcoal-500: #38E097;
--charcoal-600: #1EC27B;
--charcoal-700: #189A62;
--charcoal-800: #116E46;
--charcoal-900: #0B472D;
--charcoal-950: #072C1C;
}