Charcoal
#064B40
CyanColor Codes
All color formats for development
HEX
#064B40RGB
rgb(6, 75, 64)HSL
hsl(170, 85%, 16%)OKLCH
oklch(0.371 0.066 178.2)CMYK
cmyk(92%, 0%, 15%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06443A
2#053C33
3#04352D
4#042D26
5#032620
6#021E1A
7#021713
8#010F0D
9#010806
Tints
Lighter variations
1#097361
2#0D9B83
3#10C2A5
4#13EAC6
5#39EFD1
6#60F2DA
7#88F5E3
8#B0F9EC
9#D7FCF6
Tones
Muted variations
1#0A483E
2#0D453B
3#114139
4#143E37
5#173A34
6#1B3732
7#1E3330
8#22302D
9#252C2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6E6 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2D8 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEECD | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA58C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7664 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B40 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEFC;
--charcoal-100: #DEFCF7;
--charcoal-200: #C2FAF1;
--charcoal-300: #92F6E6;
--charcoal-400: #5AF2D8;
--charcoal-500: #2BEECD;
--charcoal-600: #11D0B0;
--charcoal-700: #0DA58C;
--charcoal-800: #0A7664;
--charcoal-900: #064B40;
--charcoal-950: #042F28;
}