Charcoal
#484C6A
BlueColor Codes
All color formats for development
HEX
#484C6ARGB
rgb(72, 76, 106)HSL
hsl(233, 19%, 35%)OKLCH
oklch(0.426 0.05 278.2)CMYK
cmyk(32%, 28%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#414560
2#3A3D55
3#33354A
4#2B2E40
5#242635
6#1D1E2A
7#161720
8#0E0F15
9#07080B
Tints
Lighter variations
1#565A7E
2#636992
3#757AA1
4#898DAE
5#9CA0BC
6#B0B3C9
7#C4C6D7
8#D8D9E4
9#EBECF2
Tones
Muted variations
1#4A4E69
2#4C4F67
3#4D5065
4#4F5163
5#515362
6#525460
7#54555E
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 | B9BC #B9BCCF | BordersInactive statesPlaceholder text |
| 400 | 9599 #9599B7 | Disabled statesSecondary iconsMuted text |
| 500 | 767C #767CA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B60 #5B6086 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 484C #484C6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3436 #34364C | 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: #B9BCCF;
--charcoal-400: #9599B7;
--charcoal-500: #767CA2;
--charcoal-600: #5B6086;
--charcoal-700: #484C6A;
--charcoal-800: #34364C;
--charcoal-900: #212331;
--charcoal-950: #15161E;
}