Charcoal
#48546A
BlueColor Codes
All color formats for development
HEX
#48546ARGB
rgb(72, 84, 106)HSL
hsl(219, 19%, 35%)OKLCH
oklch(0.444 0.039 262.4)CMYK
cmyk(32%, 21%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#414C60
2#3A4355
3#333B4A
4#2B3240
5#242A35
6#1D222A
7#161920
8#0E1115
9#07080B
Tints
Lighter variations
1#56647E
2#637392
3#7584A1
4#8996AE
5#9CA7BC
6#B0B9C9
7#C4CAD7
8#D8DCE4
9#EBEDF2
Tones
Muted variations
1#4A5569
2#4C5567
3#4D5665
4#4F5663
5#515762
6#525760
7#54585E
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 | B9C1 #B9C1CF | BordersInactive statesPlaceholder text |
| 400 | 95A1 #95A1B7 | Disabled statesSecondary iconsMuted text |
| 500 | 7686 #7686A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B6A #5B6A86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4854 #48546A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 343C #343C4C | 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: #B9C1CF;
--charcoal-400: #95A1B7;
--charcoal-500: #7686A2;
--charcoal-600: #5B6A86;
--charcoal-700: #48546A;
--charcoal-800: #343C4C;
--charcoal-900: #212631;
--charcoal-950: #15181E;
}