Charcoal
#0B472B
GreenColor Codes
All color formats for development
HEX
#0B472BRGB
rgb(11, 71, 43)HSL
hsl(152, 73%, 16%)OKLCH
oklch(0.353 0.077 157.5)CMYK
cmyk(85%, 0%, 39%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A4027
2#093822
3#08311E
4#072A1A
5#062315
6#041C11
7#03150D
8#020E09
9#010704
Tints
Lighter variations
1#116C41
2#179158
3#1CB66E
4#22DB85
5#46E299
6#6BE8AD
7#90EEC2
8#B5F3D6
9#DAF9EB
Tones
Muted variations
1#0E442B
2#11412A
3#143E2A
4#173B2A
5#1A382A
6#1D352A
7#203229
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 #C6F6DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFC7 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7AA | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E092 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC276 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A5E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E43 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B472B | 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: #C6F6DF;
--charcoal-300: #9AEFC7;
--charcoal-400: #65E7AA;
--charcoal-500: #38E092;
--charcoal-600: #1EC276;
--charcoal-700: #189A5E;
--charcoal-800: #116E43;
--charcoal-900: #0B472B;
--charcoal-950: #072C1B;
}