Charcoal
#484A6A
BlueColor Codes
All color formats for development
HEX
#484A6ARGB
rgb(72, 74, 106)HSL
hsl(236, 19%, 35%)OKLCH
oklch(0.421 0.053 281.1)CMYK
cmyk(32%, 30%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#414360
2#3A3C55
3#33344A
4#2B2D40
5#242535
6#1D1E2A
7#161620
8#0E0F15
9#07070B
Tints
Lighter variations
1#56587E
2#636692
3#7578A1
4#898BAE
5#9C9EBC
6#B0B2C9
7#C4C5D7
8#D8D8E4
9#EBECF2
Tones
Muted variations
1#4A4C69
2#4C4D67
3#4D4F65
4#4F5063
5#515262
6#525360
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 | D8D8 #D8D8E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BB #B9BBCF | BordersInactive statesPlaceholder text |
| 400 | 9597 #9597B7 | Disabled statesSecondary iconsMuted text |
| 500 | 7679 #7679A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B5E #5B5E86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 484B #484B6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3435 #34354C | 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: #D8D8E4;
--charcoal-300: #B9BBCF;
--charcoal-400: #9597B7;
--charcoal-500: #7679A2;
--charcoal-600: #5B5E86;
--charcoal-700: #484B6A;
--charcoal-800: #34354C;
--charcoal-900: #212231;
--charcoal-950: #15151E;
}