Charcoal
#374849
CyanColor Codes
All color formats for development
HEX
#374849RGB
rgb(55, 72, 73)HSL
hsl(183, 14%, 25%)OKLCH
oklch(0.387 0.022 200.8)CMYK
cmyk(25%, 1%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#314141
2#2C393A
3#263233
4#212B2C
5#1B2424
6#161D1D
7#101616
8#0B0E0F
9#050707
Tints
Lighter variations
1#475D5E
2#587374
3#68888A
4#7C9B9C
5#92ABAD
6#A8BCBD
7#BECDCE
8#D3DEDE
9#E9EEEF
Tones
Muted variations
1#384748
2#394647
3#3A4546
4#3A4545
5#3B4444
6#3C4343
7#3D4242
8#3E4142
9#3F4141
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 | D9E2 #D9E2E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCCC #BCCCCD | BordersInactive statesPlaceholder text |
| 400 | 99B1 #99B1B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C9B #7C9B9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 607E #607E80 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D64 #4D6466 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3748 #374849 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232E #232E2F | Primary textHigh emphasis contentDark headings |
| 950 | 161D #161D1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F8;
--charcoal-100: #EBEFF0;
--charcoal-200: #D9E2E2;
--charcoal-300: #BCCCCD;
--charcoal-400: #99B1B2;
--charcoal-500: #7C9B9C;
--charcoal-600: #607E80;
--charcoal-700: #4D6466;
--charcoal-800: #374849;
--charcoal-900: #232E2F;
--charcoal-950: #161D1D;
}