Charcoal
#373B49
BlueColor Codes
All color formats for development
HEX
#373B49RGB
rgb(55, 59, 73)HSL
hsl(227, 14%, 25%)OKLCH
oklch(0.354 0.025 272.6)CMYK
cmyk(25%, 19%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#313541
2#2C2F3A
3#262933
4#21232C
5#1B1D24
6#16171D
7#101216
8#0B0C0F
9#050607
Tints
Lighter variations
1#474C5E
2#585E74
3#68708A
4#7C839C
5#9298AD
6#A8ACBD
7#BEC1CE
8#D3D6DE
9#E9EAEF
Tones
Muted variations
1#383B48
2#393C47
3#3A3C46
4#3A3D45
5#3B3D44
6#3C3E43
7#3D3E42
8#3E3F42
9#3F3F41
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEC #EBECF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DB #D9DBE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC0 #BCC0CD | BordersInactive statesPlaceholder text |
| 400 | 999F #999FB2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C83 #7C839C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6067 #606780 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D52 #4D5266 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 373B #373B49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2326 #23262F | Primary textHigh emphasis contentDark headings |
| 950 | 1617 #16171D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F8;
--charcoal-100: #EBECF0;
--charcoal-200: #D9DBE2;
--charcoal-300: #BCC0CD;
--charcoal-400: #999FB2;
--charcoal-500: #7C839C;
--charcoal-600: #606780;
--charcoal-700: #4D5266;
--charcoal-800: #373B49;
--charcoal-900: #23262F;
--charcoal-950: #16171D;
}