Charcoal
#374848
CyanColor Codes
All color formats for development
HEX
#374848RGB
rgb(55, 72, 72)HSL
hsl(180, 13%, 25%)OKLCH
oklch(0.387 0.022 196.3)CMYK
cmyk(24%, 0%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#324141
2#2C3A3A
3#273232
4#212B2B
5#1C2424
6#161D1D
7#111616
8#0B0E0E
9#060707
Tints
Lighter variations
1#485E5E
2#597373
3#698989
4#7D9B9B
5#93ACAC
6#A9BCBC
7#BECDCD
8#D4DEDE
9#E9EEEE
Tones
Muted variations
1#384747
2#394646
3#3A4646
4#3B4545
5#3C4444
6#3C4343
7#3D4242
8#3E4141
9#3F4141
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 | BDCC #BDCCCC | BordersInactive statesPlaceholder text |
| 400 | 9AB1 #9AB1B1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D9B #7D9B9B | Primary brand colorCTAsActive elementsLinks |
| 600 | 627F #627F7F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E65 #4E6565 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3748 #374848 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232E #232E2E | 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: #EBEFEF;
--charcoal-200: #DAE2E2;
--charcoal-300: #BDCCCC;
--charcoal-400: #9AB1B1;
--charcoal-500: #7D9B9B;
--charcoal-600: #627F7F;
--charcoal-700: #4E6565;
--charcoal-800: #374848;
--charcoal-900: #232E2E;
--charcoal-950: #161D1D;
}