Charcoal
#064C2B
GreenColor Codes
All color formats for development
HEX
#064C2BRGB
rgb(6, 76, 43)HSL
hsl(152, 85%, 16%)OKLCH
oklch(0.368 0.086 155.9)CMYK
cmyk(92%, 0%, 43%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#064427
2#053C22
3#04351E
4#042D1A
5#032616
6#021E11
7#02170D
8#010F09
9#010804
Tints
Lighter variations
1#097342
2#0D9B58
3#10C26F
4#13EA86
5#39EF9A
6#60F2AE
7#88F5C2
8#B0F9D7
9#D7FCEB
Tones
Muted variations
1#0A482B
2#0D452B
3#11412A
4#143E2A
5#173A2A
6#1B372A
7#1E3329
8#223029
9#252C29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAE0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6C8 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2AB | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEE93 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D077 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA55E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7643 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B2B | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEF8;
--charcoal-100: #DEFCEE;
--charcoal-200: #C2FAE0;
--charcoal-300: #92F6C8;
--charcoal-400: #5AF2AB;
--charcoal-500: #2BEE93;
--charcoal-600: #11D077;
--charcoal-700: #0DA55E;
--charcoal-800: #0A7643;
--charcoal-900: #064B2B;
--charcoal-950: #042F1B;
}