Charcoal
#373C49
BlueColor Codes
All color formats for development
HEX
#373C49RGB
rgb(55, 60, 73)HSL
hsl(223, 14%, 25%)OKLCH
oklch(0.357 0.024 268.6)CMYK
cmyk(25%, 18%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#313641
2#2C303A
3#262A33
4#21242C
5#1B1E24
6#16181D
7#101216
8#0B0C0F
9#050607
Tints
Lighter variations
1#474E5E
2#586074
3#68728A
4#7C859C
5#929AAD
6#A8AEBD
7#BEC2CE
8#D3D6DE
9#E9EBEF
Tones
Muted variations
1#383C48
2#393D47
3#3A3D46
4#3A3D45
5#3B3E44
6#3C3E43
7#3D3F42
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 | D9DC #D9DCE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC1 #BCC1CD | BordersInactive statesPlaceholder text |
| 400 | 99A0 #99A0B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C85 #7C859C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6069 #606980 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D54 #4D5466 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 373C #373C49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2326 #23262F | Primary textHigh emphasis contentDark headings |
| 950 | 1618 #16181D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F8;
--charcoal-100: #EBECF0;
--charcoal-200: #D9DCE2;
--charcoal-300: #BCC1CD;
--charcoal-400: #99A0B2;
--charcoal-500: #7C859C;
--charcoal-600: #606980;
--charcoal-700: #4D5466;
--charcoal-800: #373C49;
--charcoal-900: #23262F;
--charcoal-950: #16181D;
}