Charcoal
#064B43
CyanColor Codes
All color formats for development
HEX
#064B43RGB
rgb(6, 75, 67)HSL
hsl(173, 85%, 16%)OKLCH
oklch(0.372 0.064 182.5)CMYK
cmyk(92%, 0%, 11%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06443D
2#053C36
3#04352F
4#042D28
5#032622
6#021E1B
7#021714
8#010F0D
9#010807
Tints
Lighter variations
1#097367
2#0D9B8A
3#10C2AE
4#13EAD1
5#39EFDA
6#60F2E1
7#88F5E9
8#B0F9F0
9#D7FCF8
Tones
Muted variations
1#0A4841
2#0D453E
3#11413B
4#143E39
5#173A36
6#1B3733
7#1E3331
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 #DEFCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6EB | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2E0 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEED7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA593 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7669 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B43 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEFC;
--charcoal-100: #DEFCF9;
--charcoal-200: #C2FAF3;
--charcoal-300: #92F6EB;
--charcoal-400: #5AF2E0;
--charcoal-500: #2BEED7;
--charcoal-600: #11D0B9;
--charcoal-700: #0DA593;
--charcoal-800: #0A7669;
--charcoal-900: #064B43;
--charcoal-950: #042F2A;
}