Charcoal
#0A4720
GreenColor Codes
All color formats for development
HEX
#0A4720RGB
rgb(10, 71, 32)HSL
hsl(142, 75%, 16%)OKLCH
oklch(0.351 0.089 150.2)CMYK
cmyk(86%, 0%, 55%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09401D
2#08391A
3#073217
4#062B14
5#052410
6#041D0D
7#03150A
8#020E07
9#010703
Tints
Lighter variations
1#106D32
2#159243
3#1AB854
4#20DD65
5#44E47E
6#69EA98
7#8FEFB2
8#B4F4CC
9#DAFAE5
Tones
Muted variations
1#0D4421
2#104122
3#133E23
4#163B24
5#1A3825
6#1D3526
7#203226
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 #C5F7D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0B9 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E994 | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E275 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC45A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C47 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107033 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4721 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF6;
--charcoal-100: #E0FBEA;
--charcoal-200: #C5F7D7;
--charcoal-300: #98F0B9;
--charcoal-400: #63E994;
--charcoal-500: #36E275;
--charcoal-600: #1CC45A;
--charcoal-700: #169C47;
--charcoal-800: #107033;
--charcoal-900: #0A4721;
--charcoal-950: #062D14;
}