Charcoal
#484D6A
BlueColor Codes
All color formats for development
HEX
#484D6ARGB
rgb(72, 77, 106)HSL
hsl(231, 19%, 35%)OKLCH
oklch(0.428 0.049 276.6)CMYK
cmyk(32%, 27%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#414660
2#3A3E55
3#33364A
4#2B2E40
5#242735
6#1D1F2A
7#161720
8#0E0F15
9#07080B
Tints
Lighter variations
1#565C7E
2#636A92
3#757CA1
4#898EAE
5#9CA1BC
6#B0B4C9
7#C4C7D7
8#D8D9E4
9#EBECF2
Tones
Muted variations
1#4A4F69
2#4C5067
3#4D5165
4#4F5263
5#515362
6#525560
7#54565E
8#56575D
9#58585B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8D9 #D8D9E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BD #B9BDCF | BordersInactive statesPlaceholder text |
| 400 | 959A #959AB7 | Disabled statesSecondary iconsMuted text |
| 500 | 767D #767DA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B61 #5B6186 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 484D #484D6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3437 #34374C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2123 #212331 | Primary textHigh emphasis contentDark headings |
| 950 | 1516 #15161E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #EAEBF1;
--charcoal-200: #D8D9E4;
--charcoal-300: #B9BDCF;
--charcoal-400: #959AB7;
--charcoal-500: #767DA2;
--charcoal-600: #5B6186;
--charcoal-700: #484D6A;
--charcoal-800: #34374C;
--charcoal-900: #212331;
--charcoal-950: #15161E;
}