Charcoal
#064B33
GreenColor Codes
All color formats for development
HEX
#064B33RGB
rgb(6, 75, 51)HSL
hsl(159, 85%, 16%)OKLCH
oklch(0.367 0.076 163)CMYK
cmyk(92%, 0%, 32%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06442E
2#053C29
3#043524
4#042D1F
5#03261A
6#021E14
7#02170F
8#010F0A
9#010805
Tints
Lighter variations
1#09734E
2#0D9B69
3#10C284
4#13EA9F
5#39EFAF
6#60F2BF
7#88F5CF
8#B0F9DF
9#D7FCEF
Tones
Muted variations
1#0A4832
2#0D4531
3#114130
4#143E2F
5#173A2E
6#1B372D
7#1E332C
8#22302B
9#252C2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6D3 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2BD | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D08D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA570 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7650 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B33 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEF9;
--charcoal-100: #DEFCF2;
--charcoal-200: #C2FAE6;
--charcoal-300: #92F6D3;
--charcoal-400: #5AF2BD;
--charcoal-500: #2BEEAA;
--charcoal-600: #11D08D;
--charcoal-700: #0DA570;
--charcoal-800: #0A7650;
--charcoal-900: #064B33;
--charcoal-950: #042F20;
}