Charcoal
#0A4733
GreenColor Codes
All color formats for development
HEX
#0A4733RGB
rgb(10, 71, 51)HSL
hsl(160, 75%, 16%)OKLCH
oklch(0.355 0.069 165.4)CMYK
cmyk(86%, 0%, 28%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09402E
2#083929
3#073224
4#062B1F
5#05241A
6#041D14
7#03150F
8#020E0A
9#010705
Tints
Lighter variations
1#106D4E
2#159269
3#1AB883
4#20DD9E
5#44E4AF
6#69EABF
7#8FEFCF
8#B4F4DF
9#DAFAEF
Tones
Muted variations
1#0D4432
2#104131
3#133E30
4#163B2F
5#1A382E
6#1D352D
7#20322C
8#232F2B
9#262C2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0D3 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E9BC | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E2A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC48C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107050 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4733 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF9;
--charcoal-100: #E0FBF2;
--charcoal-200: #C5F7E6;
--charcoal-300: #98F0D3;
--charcoal-400: #63E9BC;
--charcoal-500: #36E2A9;
--charcoal-600: #1CC48C;
--charcoal-700: #169C70;
--charcoal-800: #107050;
--charcoal-900: #0A4733;
--charcoal-950: #062D20;
}