Charcoal
#374049
BlueColor Codes
All color formats for development
HEX
#374049RGB
rgb(55, 64, 73)HSL
hsl(210, 14%, 25%)OKLCH
oklch(0.367 0.02 248.4)CMYK
cmyk(25%, 12%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#313941
2#2C333A
3#262D33
4#21262C
5#1B2024
6#16191D
7#101316
8#0B0D0F
9#050607
Tints
Lighter variations
1#47535E
2#586674
3#68798A
4#7C8C9C
5#929FAD
6#A8B3BD
7#BEC6CE
8#D3D9DE
9#E9ECEF
Tones
Muted variations
1#384048
2#394047
3#3A4046
4#3A4045
5#3B4044
6#3C4043
7#3D4042
8#3E4042
9#3F4041
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBED #EBEDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DE #D9DEE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC4 #BCC4CD | BordersInactive statesPlaceholder text |
| 400 | 99A6 #99A6B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C8C #7C8C9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6070 #607080 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D59 #4D5966 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3740 #374049 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2329 #23292F | Primary textHigh emphasis contentDark headings |
| 950 | 161A #161A1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F8;
--charcoal-100: #EBEDF0;
--charcoal-200: #D9DEE2;
--charcoal-300: #BCC4CD;
--charcoal-400: #99A6B2;
--charcoal-500: #7C8C9C;
--charcoal-600: #607080;
--charcoal-700: #4D5966;
--charcoal-800: #374049;
--charcoal-900: #23292F;
--charcoal-950: #161A1D;
}