Charcoal
#0A4721
GreenColor Codes
All color formats for development
HEX
#0A4721RGB
rgb(10, 71, 33)HSL
hsl(143, 75%, 16%)OKLCH
oklch(0.351 0.088 150.8)CMYK
cmyk(86%, 0%, 54%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09401E
2#08391B
3#073218
4#062B14
5#052411
6#041D0D
7#03150A
8#020E07
9#010703
Tints
Lighter variations
1#106D33
2#159245
3#1AB857
4#20DD68
5#44E481
6#69EA9A
7#8FEFB3
8#B4F4CD
9#DAFAE6
Tones
Muted variations
1#0D4422
2#104123
3#133E24
4#163B25
5#1A3825
6#1D3526
7#203227
8#232F27
9#262C28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0BA | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E996 | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E278 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC45D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C4A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107035 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4722 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF6;
--charcoal-100: #E0FBEA;
--charcoal-200: #C5F7D8;
--charcoal-300: #98F0BA;
--charcoal-400: #63E996;
--charcoal-500: #36E278;
--charcoal-600: #1CC45D;
--charcoal-700: #169C4A;
--charcoal-800: #107035;
--charcoal-900: #0A4722;
--charcoal-950: #062D15;
}