Charcoal
#374249
BlueColor Codes
All color formats for development
HEX
#374249RGB
rgb(55, 66, 73)HSL
hsl(203, 14%, 25%)OKLCH
oklch(0.372 0.019 235.9)CMYK
cmyk(25%, 10%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#313B41
2#2C353A
3#262E33
4#21272C
5#1B2124
6#161A1D
7#101416
8#0B0D0F
9#050707
Tints
Lighter variations
1#47565E
2#586974
3#687D8A
4#7C909C
5#92A2AD
6#A8B5BD
7#BEC7CE
8#D3DADE
9#E9ECEF
Tones
Muted variations
1#384248
2#394147
3#3A4146
4#3A4145
5#3B4144
6#3C4143
7#3D4042
8#3E4042
9#3F4041
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEE #EBEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DF #D9DFE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC6 #BCC6CD | BordersInactive statesPlaceholder text |
| 400 | 99A9 #99A9B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C90 #7C909C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6074 #607480 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D5C #4D5C66 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3742 #374249 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232A #232A2F | 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: #F6F8F8;
--charcoal-100: #EBEEF0;
--charcoal-200: #D9DFE2;
--charcoal-300: #BCC6CD;
--charcoal-400: #99A9B2;
--charcoal-500: #7C909C;
--charcoal-600: #607480;
--charcoal-700: #4D5C66;
--charcoal-800: #374249;
--charcoal-900: #232A2F;
--charcoal-950: #161A1D;
}