Charcoal
#374548
CyanColor Codes
All color formats for development
HEX
#374548RGB
rgb(55, 69, 72)HSL
hsl(191, 13%, 25%)OKLCH
oklch(0.379 0.019 212.1)CMYK
cmyk(24%, 4%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#323E41
2#2C373A
3#273032
4#21292B
5#1C2224
6#161C1D
7#111516
8#0B0E0E
9#060707
Tints
Lighter variations
1#485A5E
2#596E73
3#698389
4#7D969B
5#93A7AC
6#A9B9BC
7#BECACD
8#D4DCDE
9#E9EDEE
Tones
Muted variations
1#384447
2#394446
3#3A4346
4#3B4345
5#3C4244
6#3C4243
7#3D4142
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 | DAE1 #DAE1E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC9 #BDC9CC | BordersInactive statesPlaceholder text |
| 400 | 9AAD #9AADB1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D96 #7D969B | Primary brand colorCTAsActive elementsLinks |
| 600 | 6279 #62797F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E61 #4E6165 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3745 #374548 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232C #232C2E | 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: #DAE1E2;
--charcoal-300: #BDC9CC;
--charcoal-400: #9AADB1;
--charcoal-500: #7D969B;
--charcoal-600: #62797F;
--charcoal-700: #4E6165;
--charcoal-800: #374548;
--charcoal-900: #232C2E;
--charcoal-950: #161C1D;
}