Charcoal
#484B6A
BlueColor Codes
All color formats for development
HEX
#484B6ARGB
rgb(72, 75, 106)HSL
hsl(235, 19%, 35%)OKLCH
oklch(0.423 0.052 279.7)CMYK
cmyk(32%, 29%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#414460
2#3A3C55
3#33354A
4#2B2D40
5#242635
6#1D1E2A
7#161720
8#0E0F15
9#07080B
Tints
Lighter variations
1#56597E
2#636792
3#7579A1
4#898CAE
5#9C9FBC
6#B0B2C9
7#C4C5D7
8#D8D9E4
9#EBECF2
Tones
Muted variations
1#4A4D69
2#4C4E67
3#4D4F65
4#4F5163
5#515262
6#525460
7#54555E
8#56565D
9#58585B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEA #EAEAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8D9 #D8D9E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BB #B9BBCF | BordersInactive statesPlaceholder text |
| 400 | 9598 #9598B7 | Disabled statesSecondary iconsMuted text |
| 500 | 767A #767AA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B5E #5B5E86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 484B #484B6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3436 #34364C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2122 #212231 | Primary textHigh emphasis contentDark headings |
| 950 | 1515 #15151E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #EAEAF1;
--charcoal-200: #D8D9E4;
--charcoal-300: #B9BBCF;
--charcoal-400: #9598B7;
--charcoal-500: #767AA2;
--charcoal-600: #5B5E86;
--charcoal-700: #484B6A;
--charcoal-800: #34364C;
--charcoal-900: #212231;
--charcoal-950: #15151E;
}