Charcoal
#0B472F
GreenColor Codes
All color formats for development
HEX
#0B472FRGB
rgb(11, 71, 47)HSL
hsl(156, 73%, 16%)OKLCH
oklch(0.354 0.073 161.1)CMYK
cmyk(85%, 0%, 34%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A402A
2#093825
3#083121
4#072A1C
5#062317
6#041C13
7#03150E
8#020E09
9#010705
Tints
Lighter variations
1#116C47
2#179160
3#1CB678
4#22DB91
5#46E2A4
6#6BE8B6
7#90EEC8
8#B5F3DA
9#DAF9ED
Tones
Muted variations
1#0E442E
2#11412E
3#143E2D
4#173B2C
5#1A382C
6#1D352B
7#20322B
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 #E0FAF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFCD | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7B3 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E09D | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC281 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A66 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B472F | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF8;
--charcoal-100: #E0FAF0;
--charcoal-200: #C6F6E3;
--charcoal-300: #9AEFCD;
--charcoal-400: #65E7B3;
--charcoal-500: #38E09D;
--charcoal-600: #1EC281;
--charcoal-700: #189A66;
--charcoal-800: #116E49;
--charcoal-900: #0B472F;
--charcoal-950: #072C1D;
}