Charcoal
#064C3C
CyanColor Codes
All color formats for development
HEX
#064C3CRGB
rgb(6, 76, 60)HSL
hsl(166, 85%, 16%)OKLCH
oklch(0.372 0.07 171.9)CMYK
cmyk(92%, 0%, 21%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#064435
2#053C2F
3#04352A
4#042D24
5#03261E
6#021E18
7#021712
8#010F0C
9#010806
Tints
Lighter variations
1#09735A
2#0D9B7A
3#10C299
4#13EAB8
5#39EFC4
6#60F2D0
7#88F5DC
8#B0F9E8
9#D7FCF3
Tones
Muted variations
1#0A4839
2#0D4538
3#114136
4#143E34
5#173A32
6#1B3730
7#1E332E
8#22302C
9#252C2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAED | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6DF | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2CE | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA582 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A765D | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B3B | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEFB;
--charcoal-100: #DEFCF5;
--charcoal-200: #C2FAED;
--charcoal-300: #92F6DF;
--charcoal-400: #5AF2CE;
--charcoal-500: #2BEEC0;
--charcoal-600: #11D0A3;
--charcoal-700: #0DA582;
--charcoal-800: #0A765D;
--charcoal-900: #064B3B;
--charcoal-950: #042F25;
}