Charcoal
#064C31
GreenColor Codes
All color formats for development
HEX
#064C31RGB
rgb(6, 76, 49)HSL
hsl(157, 85%, 16%)OKLCH
oklch(0.369 0.08 160.6)CMYK
cmyk(92%, 0%, 36%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06442C
2#053C27
3#043522
4#042D1D
5#032618
6#021E14
7#02170F
8#010F0A
9#010805
Tints
Lighter variations
1#09734B
2#0D9B64
3#10C27E
4#13EA98
5#39EFA9
6#60F2BA
7#88F5CB
8#B0F9DD
9#D7FCEE
Tones
Muted variations
1#0A4830
2#0D452F
3#11412E
4#143E2E
5#173A2D
6#1B372C
7#1E332B
8#22302A
9#252C2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6D0 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2B7 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D086 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA56B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A764C | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B31 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEF9;
--charcoal-100: #DEFCF1;
--charcoal-200: #C2FAE4;
--charcoal-300: #92F6D0;
--charcoal-400: #5AF2B7;
--charcoal-500: #2BEEA3;
--charcoal-600: #11D086;
--charcoal-700: #0DA56B;
--charcoal-800: #0A764C;
--charcoal-900: #064B31;
--charcoal-950: #042F1F;
}