Charcoal
#0A4729
GreenColor Codes
All color formats for development
HEX
#0A4729RGB
rgb(10, 71, 41)HSL
hsl(150, 75%, 16%)OKLCH
oklch(0.353 0.079 156)CMYK
cmyk(86%, 0%, 42%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#094025
2#083921
3#07321D
4#062B18
5#052414
6#041D10
7#03150C
8#020E08
9#010704
Tints
Lighter variations
1#106D3E
2#159254
3#1AB869
4#20DD7E
5#44E494
6#69EAA9
7#8FEFBF
8#B4F4D4
9#DAFAEA
Tones
Muted variations
1#0D4429
2#104129
3#133E29
4#163B29
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 #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7DE | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0C4 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E9A6 | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E28C | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC470 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C59 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107040 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4729 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF7;
--charcoal-100: #E0FBED;
--charcoal-200: #C5F7DE;
--charcoal-300: #98F0C4;
--charcoal-400: #63E9A6;
--charcoal-500: #36E28C;
--charcoal-600: #1CC470;
--charcoal-700: #169C59;
--charcoal-800: #107040;
--charcoal-900: #0A4729;
--charcoal-950: #062D1A;
}