Charcoal
#064B2D
GreenColor Codes
All color formats for development
HEX
#064B2DRGB
rgb(6, 75, 45)HSL
hsl(154, 85%, 16%)OKLCH
oklch(0.365 0.082 157.8)CMYK
cmyk(92%, 0%, 40%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#064429
2#053C24
3#043520
4#042D1B
5#032617
6#021E12
7#02170E
8#010F09
9#010805
Tints
Lighter variations
1#097345
2#0D9B5D
3#10C275
4#13EA8D
5#39EFA0
6#60F2B3
7#88F5C6
8#B0F9D9
9#D7FCEC
Tones
Muted variations
1#0A482D
2#0D452C
3#11412C
4#143E2C
5#173A2B
6#1B372B
7#1E332A
8#22302A
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 #C2FAE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6CB | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2B0 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEE99 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D07D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA563 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7647 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B2D | 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: #C2FAE2;
--charcoal-300: #92F6CB;
--charcoal-400: #5AF2B0;
--charcoal-500: #2BEE99;
--charcoal-600: #11D07D;
--charcoal-700: #0DA563;
--charcoal-800: #0A7647;
--charcoal-900: #064B2D;
--charcoal-950: #042F1C;
}