Charcoal
#494B69
BlueColor Codes
All color formats for development
HEX
#494B69RGB
rgb(73, 75, 105)HSL
hsl(236, 18%, 35%)OKLCH
oklch(0.424 0.05 281.1)CMYK
cmyk(30%, 29%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42445F
2#3B3C54
3#33354A
4#2C2D3F
5#252635
6#1D1E2A
7#161720
8#0F0F15
9#07080B
Tints
Lighter variations
1#57597D
2#646790
3#7679A0
4#8A8CAD
5#9D9FBB
6#B1B2C9
7#C4C6D6
8#D8D9E4
9#EBECF1
Tones
Muted variations
1#4B4D68
2#4C4E66
3#4E5064
4#505163
5#515261
6#535460
7#54555E
8#56565C
9#58585B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEA #EAEAF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8D9 #D8D9E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BABB #BABBCF | BordersInactive statesPlaceholder text |
| 400 | 9698 #9698B6 | Disabled statesSecondary iconsMuted text |
| 500 | 787A #787AA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C5F #5C5F84 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 494B #494B69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3436 #34364B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2122 #212230 | 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: #EAEAF0;
--charcoal-200: #D8D9E4;
--charcoal-300: #BABBCF;
--charcoal-400: #9698B6;
--charcoal-500: #787AA1;
--charcoal-600: #5C5F84;
--charcoal-700: #494B69;
--charcoal-800: #34364B;
--charcoal-900: #212230;
--charcoal-950: #15161E;
}