Charcoal
#0A4722
GreenColor Codes
All color formats for development
HEX
#0A4722RGB
rgb(10, 71, 34)HSL
hsl(144, 75%, 16%)OKLCH
oklch(0.351 0.087 151.3)CMYK
cmyk(86%, 0%, 52%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09401F
2#08391C
3#073218
4#062B15
5#052411
6#041D0E
7#03150A
8#020E07
9#010703
Tints
Lighter variations
1#106D35
2#159247
3#1AB859
4#20DD6C
5#44E484
6#69EA9C
7#8FEFB5
8#B4F4CE
9#DAFAE6
Tones
Muted variations
1#0D4423
2#104124
3#133E25
4#163B25
5#1A3826
6#1D3526
7#203227
8#232F28
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 #C5F7D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0BC | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E998 | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E27B | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC45F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C4C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107036 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4723 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF6;
--charcoal-100: #E0FBEA;
--charcoal-200: #C5F7D9;
--charcoal-300: #98F0BC;
--charcoal-400: #63E998;
--charcoal-500: #36E27B;
--charcoal-600: #1CC45F;
--charcoal-700: #169C4C;
--charcoal-800: #107036;
--charcoal-900: #0A4723;
--charcoal-950: #062D16;
}