Charcoal
#48606A
BlueColor Codes
All color formats for development
HEX
#48606ARGB
rgb(72, 96, 106)HSL
hsl(198, 19%, 35%)OKLCH
oklch(0.473 0.033 225.4)CMYK
cmyk(32%, 9%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#415660
2#3A4D55
3#33434A
4#2B3A40
5#243035
6#1D262A
7#161D20
8#0E1315
9#070A0B
Tints
Lighter variations
1#56727E
2#638492
3#7594A1
4#89A3AE
5#9CB2BC
6#B0C2C9
7#C4D1D7
8#D8E0E4
9#EBF0F2
Tones
Muted variations
1#4A5F69
2#4C5F67
3#4D5E65
4#4F5D63
5#515D62
6#525C60
7#545B5E
8#565B5D
9#585A5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEF #EAEFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E0 #D8E0E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C9 #B9C9CF | BordersInactive statesPlaceholder text |
| 400 | 95AD #95ADB7 | Disabled statesSecondary iconsMuted text |
| 500 | 7695 #7695A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B79 #5B7986 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4860 #48606A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3445 #34454C | Text on light backgroundsHeadingsStrong borders |
| 900 | 212C #212C31 | Primary textHigh emphasis contentDark headings |
| 950 | 151B #151B1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #EAEFF1;
--charcoal-200: #D8E0E4;
--charcoal-300: #B9C9CF;
--charcoal-400: #95ADB7;
--charcoal-500: #7695A2;
--charcoal-600: #5B7986;
--charcoal-700: #48606A;
--charcoal-800: #34454C;
--charcoal-900: #212C31;
--charcoal-950: #151B1E;
}