Charcoal
#374748
CyanColor Codes
All color formats for development
HEX
#374748RGB
rgb(55, 71, 72)HSL
hsl(184, 13%, 25%)OKLCH
oklch(0.384 0.02 201.1)CMYK
cmyk(24%, 1%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#324041
2#2C393A
3#273232
4#212B2B
5#1C2324
6#161C1D
7#111516
8#0B0E0E
9#060707
Tints
Lighter variations
1#485C5E
2#597173
3#698789
4#7D999B
5#93AAAC
6#A9BBBC
7#BECCCD
8#D4DDDE
9#E9EEEE
Tones
Muted variations
1#384647
2#394546
3#3A4546
4#3B4445
5#3C4344
6#3C4343
7#3D4242
8#3E4141
9#3F4041
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEF #EBEFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAE2 #DAE2E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDCB #BDCBCC | BordersInactive statesPlaceholder text |
| 400 | 9AB0 #9AB0B1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D99 #7D999B | Primary brand colorCTAsActive elementsLinks |
| 600 | 627D #627D7F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E63 #4E6365 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3747 #374748 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232D #232D2E | 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: #EBEFEF;
--charcoal-200: #DAE2E2;
--charcoal-300: #BDCBCC;
--charcoal-400: #9AB0B1;
--charcoal-500: #7D999B;
--charcoal-600: #627D7F;
--charcoal-700: #4E6365;
--charcoal-800: #374748;
--charcoal-900: #232D2E;
--charcoal-950: #161C1D;
}