Charcoal
#373D49
BlueColor Codes
All color formats for development
HEX
#373D49RGB
rgb(55, 61, 73)HSL
hsl(220, 14%, 25%)OKLCH
oklch(0.359 0.022 264.2)CMYK
cmyk(25%, 16%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#313741
2#2C313A
3#262B33
4#21242C
5#1B1E24
6#16181D
7#101216
8#0B0C0F
9#050607
Tints
Lighter variations
1#474F5E
2#586174
3#68738A
4#7C879C
5#929BAD
6#A8AFBD
7#BEC3CE
8#D3D7DE
9#E9EBEF
Tones
Muted variations
1#383D48
2#393D47
3#3A3E46
4#3A3E45
5#3B3E44
6#3C3F43
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 | BCC2 #BCC2CD | BordersInactive statesPlaceholder text |
| 400 | 99A2 #99A2B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C87 #7C879C | Primary brand colorCTAsActive elementsLinks |
| 600 | 606B #606B80 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D55 #4D5566 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 373D #373D49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2327 #23272F | 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: #BCC2CD;
--charcoal-400: #99A2B2;
--charcoal-500: #7C879C;
--charcoal-600: #606B80;
--charcoal-700: #4D5566;
--charcoal-800: #373D49;
--charcoal-900: #23272F;
--charcoal-950: #16181D;
}