Charcoal
#494E69
BlueColor Codes
All color formats for development
HEX
#494E69RGB
rgb(73, 78, 105)HSL
hsl(231, 18%, 35%)OKLCH
oklch(0.431 0.045 276.2)CMYK
cmyk(30%, 26%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42465F
2#3B3E54
3#33374A
4#2C2F3F
5#252735
6#1D1F2A
7#161720
8#0F1015
9#07080B
Tints
Lighter variations
1#575C7D
2#646B90
3#767CA0
4#8A8FAD
5#9DA2BB
6#B1B4C9
7#C4C7D6
8#D8DAE4
9#EBECF1
Tones
Muted variations
1#4B4F68
2#4C5066
3#4E5164
4#505363
5#515461
6#535560
7#54565E
8#56575C
9#58585B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DA #D8DAE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BABD #BABDCF | BordersInactive statesPlaceholder text |
| 400 | 969B #969BB6 | Disabled statesSecondary iconsMuted text |
| 500 | 787E #787EA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C62 #5C6284 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 494E #494E69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3438 #34384B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2124 #212430 | 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: #EAEBF0;
--charcoal-200: #D8DAE4;
--charcoal-300: #BABDCF;
--charcoal-400: #969BB6;
--charcoal-500: #787EA1;
--charcoal-600: #5C6284;
--charcoal-700: #494E69;
--charcoal-800: #34384B;
--charcoal-900: #212430;
--charcoal-950: #15161E;
}