Charcoal
#48536A
BlueColor Codes
All color formats for development
HEX
#48536ARGB
rgb(72, 83, 106)HSL
hsl(221, 19%, 35%)OKLCH
oklch(0.442 0.041 264.8)CMYK
cmyk(32%, 22%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#414B60
2#3A4255
3#333A4A
4#2B3240
5#242A35
6#1D212A
7#161920
8#0E1115
9#07080B
Tints
Lighter variations
1#56627E
2#637292
3#7583A1
4#8995AE
5#9CA6BC
6#B0B8C9
7#C4CAD7
8#D8DCE4
9#EBEDF2
Tones
Muted variations
1#4A5469
2#4C5467
3#4D5565
4#4F5663
5#515662
6#525760
7#54575E
8#56585D
9#58595B
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 | D8DC #D8DCE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C0 #B9C0CF | BordersInactive statesPlaceholder text |
| 400 | 95A0 #95A0B7 | Disabled statesSecondary iconsMuted text |
| 500 | 7684 #7684A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B68 #5B6886 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4853 #48536A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 343B #343B4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2126 #212631 | Primary textHigh emphasis contentDark headings |
| 950 | 1518 #15181E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #EAECF1;
--charcoal-200: #D8DCE4;
--charcoal-300: #B9C0CF;
--charcoal-400: #95A0B7;
--charcoal-500: #7684A2;
--charcoal-600: #5B6886;
--charcoal-700: #48536A;
--charcoal-800: #343B4C;
--charcoal-900: #212631;
--charcoal-950: #15181E;
}