Charcoal
#0A4724
GreenColor Codes
All color formats for development
HEX
#0A4724RGB
rgb(10, 71, 36)HSL
hsl(146, 75%, 16%)OKLCH
oklch(0.351 0.085 152.5)CMYK
cmyk(86%, 0%, 49%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#094021
2#08391D
3#07321A
4#062B16
5#052412
6#041D0F
7#03150B
8#020E07
9#010704
Tints
Lighter variations
1#106D38
2#15924B
3#1AB85F
4#20DD72
5#44E489
6#69EAA1
7#8FEFB8
8#B4F4D0
9#DAFAE7
Tones
Muted variations
1#0D4425
2#104126
3#133E26
4#163B26
5#1A3827
6#1D3527
7#203228
8#232F28
9#262C28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7DB | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0BE | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E99D | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E281 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC465 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C50 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107039 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4725 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D17 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF7;
--charcoal-100: #E0FBEB;
--charcoal-200: #C5F7DB;
--charcoal-300: #98F0BE;
--charcoal-400: #63E99D;
--charcoal-500: #36E281;
--charcoal-600: #1CC465;
--charcoal-700: #169C50;
--charcoal-800: #107039;
--charcoal-900: #0A4725;
--charcoal-950: #062D17;
}