Charcoal
#064B34
GreenColor Codes
All color formats for development
HEX
#064B34RGB
rgb(6, 75, 52)HSL
hsl(160, 85%, 16%)OKLCH
oklch(0.367 0.075 164)CMYK
cmyk(92%, 0%, 31%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06442F
2#053C2A
3#043525
4#042D1F
5#03261A
6#021E15
7#021710
8#010F0A
9#010805
Tints
Lighter variations
1#097350
2#0D9B6B
3#10C287
4#13EAA2
5#39EFB2
6#60F2C2
7#88F5D1
8#B0F9E0
9#D7FCF0
Tones
Muted variations
1#0A4833
2#0D4532
3#114131
4#143E30
5#173A2F
6#1B372D
7#1E332C
8#22302B
9#252C2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6D5 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2BF | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEAD | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D090 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA573 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7652 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B34 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEFA;
--charcoal-100: #DEFCF2;
--charcoal-200: #C2FAE7;
--charcoal-300: #92F6D5;
--charcoal-400: #5AF2BF;
--charcoal-500: #2BEEAD;
--charcoal-600: #11D090;
--charcoal-700: #0DA573;
--charcoal-800: #0A7652;
--charcoal-900: #064B34;
--charcoal-950: #042F21;
}