Charcoal
#064B48
CyanColor Codes
All color formats for development
HEX
#064B48RGB
rgb(6, 75, 72)HSL
hsl(177, 85%, 16%)OKLCH
oklch(0.374 0.062 190.1)CMYK
cmyk(92%, 0%, 4%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#064441
2#053C3A
3#043532
4#042D2B
5#032624
6#021E1D
7#021716
8#010F0E
9#010807
Tints
Lighter variations
1#09736E
2#0D9B94
3#10C2B9
4#13EADF
5#39EFE6
6#60F2EB
7#88F5F0
8#B0F9F5
9#D7FCFA
Tones
Muted variations
1#0A4845
2#0D4542
3#11413F
4#143E3C
5#173A38
6#1B3735
7#1E3332
8#22302F
9#252C2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6F1 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2EA | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEE4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0C6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA59E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7671 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B48 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEFD;
--charcoal-100: #DEFCFB;
--charcoal-200: #C2FAF7;
--charcoal-300: #92F6F1;
--charcoal-400: #5AF2EA;
--charcoal-500: #2BEEE4;
--charcoal-600: #11D0C6;
--charcoal-700: #0DA59E;
--charcoal-800: #0A7671;
--charcoal-900: #064B48;
--charcoal-950: #042F2D;
}