Charcoal
#064C37
GreenColor Codes
All color formats for development
HEX
#064C37RGB
rgb(6, 76, 55)HSL
hsl(162, 85%, 16%)OKLCH
oklch(0.371 0.074 166.3)CMYK
cmyk(92%, 0%, 28%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#064431
2#053C2C
3#043526
4#042D21
5#03261B
6#021E16
7#021710
8#010F0B
9#010805
Tints
Lighter variations
1#097353
2#0D9B70
3#10C28D
4#13EAA9
5#39EFB8
6#60F2C6
7#88F5D5
8#B0F9E3
9#D7FCF1
Tones
Muted variations
1#0A4835
2#0D4534
3#114133
4#143E31
5#173A30
6#1B372E
7#1E332D
8#22302C
9#252C2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6D8 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2C4 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEB3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D096 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA578 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7655 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B37 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEFA;
--charcoal-100: #DEFCF3;
--charcoal-200: #C2FAE9;
--charcoal-300: #92F6D8;
--charcoal-400: #5AF2C4;
--charcoal-500: #2BEEB3;
--charcoal-600: #11D096;
--charcoal-700: #0DA578;
--charcoal-800: #0A7655;
--charcoal-900: #064B37;
--charcoal-950: #042F22;
}