Charcoal
#374649
CyanColor Codes
All color formats for development
HEX
#374649RGB
rgb(55, 70, 73)HSL
hsl(190, 14%, 25%)OKLCH
oklch(0.382 0.02 211.2)CMYK
cmyk(25%, 4%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#313F41
2#2C383A
3#263133
4#212A2C
5#1B2324
6#161C1D
7#101516
8#0B0E0F
9#050707
Tints
Lighter variations
1#475B5E
2#587074
3#68848A
4#7C979C
5#92A8AD
6#A8BABD
7#BECBCE
8#D3DCDE
9#E9EEEF
Tones
Muted variations
1#384548
2#394547
3#3A4446
4#3A4345
5#3B4344
6#3C4243
7#3D4242
8#3E4142
9#3F4041
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEF #EBEFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E1 #D9E1E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCCA #BCCACD | BordersInactive statesPlaceholder text |
| 400 | 99AE #99AEB2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C97 #7C979C | Primary brand colorCTAsActive elementsLinks |
| 600 | 607B #607B80 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D62 #4D6266 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3746 #374649 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232D #232D2F | Primary textHigh emphasis contentDark headings |
| 950 | 161C #161C1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F8;
--charcoal-100: #EBEFF0;
--charcoal-200: #D9E1E2;
--charcoal-300: #BCCACD;
--charcoal-400: #99AEB2;
--charcoal-500: #7C979C;
--charcoal-600: #607B80;
--charcoal-700: #4D6266;
--charcoal-800: #374649;
--charcoal-900: #232D2F;
--charcoal-950: #161C1D;
}