Charcoal
#064B2C
GreenColor Codes
All color formats for development
HEX
#064B2CRGB
rgb(6, 75, 44)HSL
hsl(153, 85%, 16%)OKLCH
oklch(0.365 0.083 157.1)CMYK
cmyk(92%, 0%, 41%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#064428
2#053C23
3#04351F
4#042D1B
5#032616
6#021E12
7#02170D
8#010F09
9#010804
Tints
Lighter variations
1#097344
2#0D9B5B
3#10C272
4#13EA89
5#39EF9D
6#60F2B1
7#88F5C4
8#B0F9D8
9#D7FCEB
Tones
Muted variations
1#0A482C
2#0D452C
3#11412B
4#143E2B
5#173A2B
6#1B372A
7#1E332A
8#223029
9#252C29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6C9 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2AD | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEE96 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D07A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA561 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7645 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B2C | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEF8;
--charcoal-100: #DEFCEF;
--charcoal-200: #C2FAE1;
--charcoal-300: #92F6C9;
--charcoal-400: #5AF2AD;
--charcoal-500: #2BEE96;
--charcoal-600: #11D07A;
--charcoal-700: #0DA561;
--charcoal-800: #0A7645;
--charcoal-900: #064B2C;
--charcoal-950: #042F1C;
}