Charcoal
#364249
BlueColor Codes
All color formats for development
HEX
#364249RGB
rgb(54, 66, 73)HSL
hsl(202, 15%, 25%)OKLCH
oklch(0.371 0.02 233.6)CMYK
cmyk(26%, 10%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#313C42
2#2B353B
3#262E33
4#21282C
5#1B2125
6#161B1D
7#101416
8#0B0D0F
9#050707
Tints
Lighter variations
1#46565F
2#576A75
3#677E8B
4#7B919D
5#91A3AE
6#A7B6BE
7#BDC8CE
8#D3DADE
9#E9EDEF
Tones
Muted variations
1#374248
2#384247
3#394246
4#3A4145
5#3B4145
6#3C4144
7#3D4143
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 | EAEE #EAEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DF #D9DFE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC7 #BCC7CD | BordersInactive statesPlaceholder text |
| 400 | 98A9 #98A9B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B91 #7B919D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F75 #5F7581 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C5D #4C5D67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3642 #364249 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232A #232A2F | Primary textHigh emphasis contentDark headings |
| 950 | 161B #161B1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F8;
--charcoal-100: #EAEEF0;
--charcoal-200: #D9DFE3;
--charcoal-300: #BCC7CD;
--charcoal-400: #98A9B3;
--charcoal-500: #7B919D;
--charcoal-600: #5F7581;
--charcoal-700: #4C5D67;
--charcoal-800: #364249;
--charcoal-900: #232A2F;
--charcoal-950: #161B1D;
}