Charcoal
#48516A
BlueColor Codes
All color formats for development
HEX
#48516ARGB
rgb(72, 81, 106)HSL
hsl(224, 19%, 35%)OKLCH
oklch(0.437 0.043 269.2)CMYK
cmyk(32%, 24%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#414960
2#3A4155
3#33394A
4#2B3140
5#242935
6#1D212A
7#161820
8#0E1015
9#07080B
Tints
Lighter variations
1#56607E
2#637092
3#7581A1
4#8993AE
5#9CA5BC
6#B0B7C9
7#C4C9D7
8#D8DBE4
9#EBEDF2
Tones
Muted variations
1#4A5269
2#4C5367
3#4D5465
4#4F5563
5#515562
6#525660
7#54575E
8#56585D
9#58585B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEC #EAECF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DB #D8DBE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BF #B9BFCF | BordersInactive statesPlaceholder text |
| 400 | 959E #959EB7 | Disabled statesSecondary iconsMuted text |
| 500 | 7682 #7682A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B66 #5B6686 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4851 #48516A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 343A #343A4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2125 #212531 | Primary textHigh emphasis contentDark headings |
| 950 | 1517 #15171E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #EAECF1;
--charcoal-200: #D8DBE4;
--charcoal-300: #B9BFCF;
--charcoal-400: #959EB7;
--charcoal-500: #7682A2;
--charcoal-600: #5B6686;
--charcoal-700: #48516A;
--charcoal-800: #343A4C;
--charcoal-900: #212531;
--charcoal-950: #15171E;
}