Charcoal
#364549
CyanColor Codes
All color formats for development
HEX
#364549RGB
rgb(54, 69, 73)HSL
hsl(193, 15%, 25%)OKLCH
oklch(0.379 0.02 215.8)CMYK
cmyk(26%, 5%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#313E42
2#2B373B
3#263033
4#212A2C
5#1B2325
6#161C1D
7#101516
8#0B0E0F
9#050707
Tints
Lighter variations
1#465A5F
2#576F75
3#67838B
4#7B969D
5#91A8AE
6#A7B9BE
7#BDCBCE
8#D3DCDE
9#E9EEEF
Tones
Muted variations
1#374548
2#384447
3#394446
4#3A4345
5#3B4245
6#3C4244
7#3D4143
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 | EAEF #EAEFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E1 #D9E1E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC9 #BCC9CD | BordersInactive statesPlaceholder text |
| 400 | 98AD #98ADB3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B96 #7B969D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F7A #5F7A81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C61 #4C6167 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3645 #364549 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232C #232C2F | 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: #EAEFF0;
--charcoal-200: #D9E1E3;
--charcoal-300: #BCC9CD;
--charcoal-400: #98ADB3;
--charcoal-500: #7B969D;
--charcoal-600: #5F7A81;
--charcoal-700: #4C6167;
--charcoal-800: #364549;
--charcoal-900: #232C2F;
--charcoal-950: #161C1D;
}