Charcoal
#0B472A
GreenColor Codes
All color formats for development
HEX
#0B472ARGB
rgb(11, 71, 42)HSL
hsl(151, 73%, 16%)OKLCH
oklch(0.353 0.078 156.7)CMYK
cmyk(85%, 0%, 41%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A4026
2#093821
3#08311D
4#072A19
5#062315
6#041C11
7#03150D
8#020E08
9#010704
Tints
Lighter variations
1#116C40
2#179156
3#1CB66C
4#22DB82
5#46E297
6#6BE8AB
7#90EEC0
8#B5F3D5
9#DAF9EA
Tones
Muted variations
1#0E442A
2#11412A
3#143E29
4#173B29
5#1A3829
6#1D3529
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 #9AEFC6 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7A8 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E08F | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC273 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A5B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E41 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B472A | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C1A | 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: #9AEFC6;
--charcoal-400: #65E7A8;
--charcoal-500: #38E08F;
--charcoal-600: #1EC273;
--charcoal-700: #189A5B;
--charcoal-800: #116E41;
--charcoal-900: #0B472A;
--charcoal-950: #072C1A;
}