Charcoal
#064B46
CyanColor Codes
All color formats for development
HEX
#064B46RGB
rgb(6, 75, 70)HSL
hsl(176, 85%, 16%)OKLCH
oklch(0.373 0.063 187)CMYK
cmyk(92%, 0%, 7%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#064440
2#053C39
3#043532
4#042D2B
5#032623
6#021E1C
7#021715
8#010F0E
9#010807
Tints
Lighter variations
1#09736C
2#0D9B91
3#10C2B6
4#13EADC
5#39EFE3
6#60F2E8
7#88F5EE
8#B0F9F4
9#D7FCF9
Tones
Muted variations
1#0A4844
2#0D4541
3#11413E
4#143E3B
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 #DEFCFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6F0 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2E7 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEE1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0C3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA59B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A766F | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B47 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEFD;
--charcoal-100: #DEFCFA;
--charcoal-200: #C2FAF6;
--charcoal-300: #92F6F0;
--charcoal-400: #5AF2E7;
--charcoal-500: #2BEEE1;
--charcoal-600: #11D0C3;
--charcoal-700: #0DA59B;
--charcoal-800: #0A766F;
--charcoal-900: #064B47;
--charcoal-950: #042F2C;
}