Charcoal
#064B42
CyanColor Codes
All color formats for development
HEX
#064B42RGB
rgb(6, 75, 66)HSL
hsl(172, 85%, 16%)OKLCH
oklch(0.371 0.064 181)CMYK
cmyk(92%, 0%, 12%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06443C
2#053C35
3#04352E
4#042D28
5#032621
6#021E1A
7#021714
8#010F0D
9#010807
Tints
Lighter variations
1#097365
2#0D9B88
3#10C2AB
4#13EACD
5#39EFD7
6#60F2DF
7#88F5E7
8#B0F9EF
9#D7FCF7
Tones
Muted variations
1#0A4840
2#0D453D
3#11413B
4#143E38
5#173A36
6#1B3733
7#1E3330
8#22302E
9#252C2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6E9 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2DD | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEED4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0B6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA591 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7667 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B42 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEFC;
--charcoal-100: #DEFCF8;
--charcoal-200: #C2FAF3;
--charcoal-300: #92F6E9;
--charcoal-400: #5AF2DD;
--charcoal-500: #2BEED4;
--charcoal-600: #11D0B6;
--charcoal-700: #0DA591;
--charcoal-800: #0A7667;
--charcoal-900: #064B42;
--charcoal-950: #042F29;
}