Charcoal
#364749
CyanColor Codes
All color formats for development
HEX
#364749RGB
rgb(54, 71, 73)HSL
hsl(186, 15%, 25%)OKLCH
oklch(0.384 0.022 205.2)CMYK
cmyk(26%, 3%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#314042
2#2B393B
3#263233
4#212B2C
5#1B2425
6#161D1D
7#101516
8#0B0E0F
9#050707
Tints
Lighter variations
1#465D5F
2#577275
3#67888B
4#7B9A9D
5#91ABAE
6#A7BCBE
7#BDCDCE
8#D3DDDE
9#E9EEEF
Tones
Muted variations
1#374748
2#384647
3#394546
4#3A4445
5#3B4445
6#3C4344
7#3D4243
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 | EAEF #EAEFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E2 #D9E2E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCCB #BCCBCD | BordersInactive statesPlaceholder text |
| 400 | 98B0 #98B0B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B9A #7B9A9D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F7E #5F7E81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C64 #4C6467 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3647 #364749 | 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: #EAEFF0;
--charcoal-200: #D9E2E3;
--charcoal-300: #BCCBCD;
--charcoal-400: #98B0B3;
--charcoal-500: #7B9A9D;
--charcoal-600: #5F7E81;
--charcoal-700: #4C6467;
--charcoal-800: #364749;
--charcoal-900: #232E2F;
--charcoal-950: #161D1D;
}