Charcoal
#0A4723
GreenColor Codes
All color formats for development
HEX
#0A4723RGB
rgb(10, 71, 35)HSL
hsl(145, 75%, 16%)OKLCH
oklch(0.351 0.086 151.9)CMYK
cmyk(86%, 0%, 51%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#094020
2#08391D
3#073219
4#062B15
5#052412
6#041D0E
7#03150B
8#020E07
9#010704
Tints
Lighter variations
1#106D36
2#159249
3#1AB85C
4#20DD6F
5#44E487
6#69EA9F
7#8FEFB7
8#B4F4CF
9#DAFAE7
Tones
Muted variations
1#0D4424
2#104125
3#133E25
4#163B26
5#1A3826
6#1D3527
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 #E0FBEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0BD | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E99B | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E27E | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC462 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C4E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107038 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4724 | 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: #E0FBEB;
--charcoal-200: #C5F7DA;
--charcoal-300: #98F0BD;
--charcoal-400: #63E99B;
--charcoal-500: #36E27E;
--charcoal-600: #1CC462;
--charcoal-700: #169C4E;
--charcoal-800: #107038;
--charcoal-900: #0A4724;
--charcoal-950: #062D16;
}