Charcoal
#374048
BlueColor Codes
All color formats for development
HEX
#374048RGB
rgb(55, 64, 72)HSL
hsl(208, 13%, 25%)OKLCH
oklch(0.366 0.018 245.1)CMYK
cmyk(24%, 11%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#323A41
2#2C333A
3#272D32
4#21272B
5#1C2024
6#161A1D
7#111316
8#0B0D0E
9#060607
Tints
Lighter variations
1#48545E
2#596773
3#697A89
4#7D8D9B
5#93A0AC
6#A9B3BC
7#BEC6CD
8#D4D9DE
9#E9ECEE
Tones
Muted variations
1#384047
2#394046
3#3A4046
4#3B4045
5#3C4044
6#3C4043
7#3D4042
8#3E4041
9#3F4041
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBED #EBEDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADE #DADEE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC5 #BDC5CC | BordersInactive statesPlaceholder text |
| 400 | 9AA7 #9AA7B1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D8D #7D8D9B | Primary brand colorCTAsActive elementsLinks |
| 600 | 6271 #62717F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E5A #4E5A65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3740 #374048 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2329 #23292E | 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: #EBEDEF;
--charcoal-200: #DADEE2;
--charcoal-300: #BDC5CC;
--charcoal-400: #9AA7B1;
--charcoal-500: #7D8D9B;
--charcoal-600: #62717F;
--charcoal-700: #4E5A65;
--charcoal-800: #374048;
--charcoal-900: #23292E;
--charcoal-950: #161A1D;
}