Charcoal
#374949
CyanColor Codes
All color formats for development
HEX
#374949RGB
rgb(55, 73, 73)HSL
hsl(180, 14%, 25%)OKLCH
oklch(0.39 0.023 196.3)CMYK
cmyk(25%, 0%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#314141
2#2C3A3A
3#263333
4#212C2C
5#1B2424
6#161D1D
7#101616
8#0B0F0F
9#050707
Tints
Lighter variations
1#475E5E
2#587474
3#688A8A
4#7C9C9C
5#92ADAD
6#A8BDBD
7#BECECE
8#D3DEDE
9#E9EFEF
Tones
Muted variations
1#384848
2#394747
3#3A4646
4#3A4545
5#3B4444
6#3C4343
7#3D4242
8#3E4242
9#3F4141
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBF0 #EBF0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E2 #D9E2E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCCD #BCCDCD | BordersInactive statesPlaceholder text |
| 400 | 99B2 #99B2B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C9C #7C9C9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6080 #608080 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D66 #4D6666 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3749 #374949 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232F #232F2F | 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: #EBF0F0;
--charcoal-200: #D9E2E2;
--charcoal-300: #BCCDCD;
--charcoal-400: #99B2B2;
--charcoal-500: #7C9C9C;
--charcoal-600: #608080;
--charcoal-700: #4D6666;
--charcoal-800: #374949;
--charcoal-900: #232F2F;
--charcoal-950: #161D1D;
}