Charcoal
#064B2F
GreenColor Codes
All color formats for development
HEX
#064B2FRGB
rgb(6, 75, 47)HSL
hsl(156, 85%, 16%)OKLCH
oklch(0.366 0.08 159.4)CMYK
cmyk(92%, 0%, 37%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06442B
2#053C26
3#043521
4#042D1D
5#032618
6#021E13
7#02170E
8#010F0A
9#010805
Tints
Lighter variations
1#097349
2#0D9B62
3#10C27B
4#13EA94
5#39EFA6
6#60F2B8
7#88F5CA
8#B0F9DB
9#D7FCED
Tones
Muted variations
1#0A482F
2#0D452E
3#11412E
4#143E2D
5#173A2C
6#1B372C
7#1E332B
8#22302A
9#252C29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6CE | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2B5 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEA0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D083 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA568 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A764B | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B30 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEF9;
--charcoal-100: #DEFCF0;
--charcoal-200: #C2FAE3;
--charcoal-300: #92F6CE;
--charcoal-400: #5AF2B5;
--charcoal-500: #2BEEA0;
--charcoal-600: #11D083;
--charcoal-700: #0DA568;
--charcoal-800: #0A764B;
--charcoal-900: #064B30;
--charcoal-950: #042F1E;
}