Charcoal
#064B37
GreenColor Codes
All color formats for development
HEX
#064B37RGB
rgb(6, 75, 55)HSL
hsl(163, 85%, 16%)OKLCH
oklch(0.368 0.072 167.1)CMYK
cmyk(92%, 0%, 27%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#064432
2#053C2D
3#043527
4#042D21
5#03261C
6#021E16
7#021711
8#010F0B
9#010806
Tints
Lighter variations
1#097355
2#0D9B72
3#10C290
4#13EAAD
5#39EFBB
6#60F2C9
7#88F5D6
8#B0F9E4
9#D7FCF1
Tones
Muted variations
1#0A4836
2#0D4535
3#114133
4#143E32
5#173A30
6#1B372F
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 #DEFCF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6DA | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2C7 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D09A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA57A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7657 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B38 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEFA;
--charcoal-100: #DEFCF4;
--charcoal-200: #C2FAEA;
--charcoal-300: #92F6DA;
--charcoal-400: #5AF2C7;
--charcoal-500: #2BEEB7;
--charcoal-600: #11D09A;
--charcoal-700: #0DA57A;
--charcoal-800: #0A7657;
--charcoal-900: #064B38;
--charcoal-950: #042F23;
}