Charcoal
#374749
CyanColor Codes
All color formats for development
HEX
#374749RGB
rgb(55, 71, 73)HSL
hsl(187, 14%, 25%)OKLCH
oklch(0.385 0.021 205.7)CMYK
cmyk(25%, 3%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#314041
2#2C383A
3#263133
4#212A2C
5#1B2324
6#161C1D
7#101516
8#0B0E0F
9#050707
Tints
Lighter variations
1#475C5E
2#587174
3#68868A
4#7C999C
5#92AAAD
6#A8BBBD
7#BECCCE
8#D3DDDE
9#E9EEEF
Tones
Muted variations
1#384648
2#394547
3#3A4546
4#3A4445
5#3B4344
6#3C4243
7#3D4242
8#3E4142
9#3F4041
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEF #EBEFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E1 #D9E1E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCCB #BCCBCD | BordersInactive statesPlaceholder text |
| 400 | 99AF #99AFB2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C99 #7C999C | Primary brand colorCTAsActive elementsLinks |
| 600 | 607C #607C80 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D63 #4D6366 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3747 #374749 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232D #232D2F | 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: #EBEFF0;
--charcoal-200: #D9E1E2;
--charcoal-300: #BCCBCD;
--charcoal-400: #99AFB2;
--charcoal-500: #7C999C;
--charcoal-600: #607C80;
--charcoal-700: #4D6366;
--charcoal-800: #374749;
--charcoal-900: #232D2F;
--charcoal-950: #161C1D;
}