Charcoal
#0A4726
GreenColor Codes
All color formats for development
HEX
#0A4726RGB
rgb(10, 71, 38)HSL
hsl(148, 75%, 16%)OKLCH
oklch(0.352 0.082 153.9)CMYK
cmyk(86%, 0%, 46%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#094023
2#08391F
3#07321B
4#062B17
5#052413
6#041D10
7#03150C
8#020E08
9#010704
Tints
Lighter variations
1#106D3B
2#15924F
3#1AB864
4#20DD78
5#44E48F
6#69EAA5
7#8FEFBC
8#B4F4D2
9#DAFAE9
Tones
Muted variations
1#0D4427
2#104127
3#133E27
4#163B28
5#1A3828
6#1D3528
7#203228
8#232F28
9#262C29
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 #C5F7DC | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0C1 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E9A1 | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E287 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC46B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C55 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #10703D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4727 | 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: #C5F7DC;
--charcoal-300: #98F0C1;
--charcoal-400: #63E9A1;
--charcoal-500: #36E287;
--charcoal-600: #1CC46B;
--charcoal-700: #169C55;
--charcoal-800: #10703D;
--charcoal-900: #0A4727;
--charcoal-950: #062D18;
}