Charcoal
#0A4725
GreenColor Codes
All color formats for development
HEX
#0A4725RGB
rgb(10, 71, 37)HSL
hsl(147, 75%, 16%)OKLCH
oklch(0.352 0.084 153.2)CMYK
cmyk(86%, 0%, 48%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#094022
2#08391E
3#07321A
4#062B17
5#052413
6#041D0F
7#03150B
8#020E08
9#010704
Tints
Lighter variations
1#106D3A
2#15924D
3#1AB861
4#20DD75
5#44E48C
6#69EAA3
7#8FEFBA
8#B4F4D1
9#DAFAE8
Tones
Muted variations
1#0D4426
2#104126
3#133E27
4#163B27
5#1A3827
6#1D3528
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 #E0FBEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7DB | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0C0 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E99F | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E284 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC468 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C53 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #10703B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4726 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF7;
--charcoal-100: #E0FBEC;
--charcoal-200: #C5F7DB;
--charcoal-300: #98F0C0;
--charcoal-400: #63E99F;
--charcoal-500: #36E284;
--charcoal-600: #1CC468;
--charcoal-700: #169C53;
--charcoal-800: #10703B;
--charcoal-900: #0A4726;
--charcoal-950: #062D18;
}