Charcoal
#494F69
BlueColor Codes
All color formats for development
HEX
#494F69RGB
rgb(73, 79, 105)HSL
hsl(229, 18%, 35%)OKLCH
oklch(0.433 0.044 274.4)CMYK
cmyk(30%, 25%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42475F
2#3B3F54
3#33374A
4#2C2F3F
5#252835
6#1D202A
7#161820
8#0F1015
9#07080B
Tints
Lighter variations
1#575E7D
2#646C90
3#767EA0
4#8A90AD
5#9DA3BB
6#B1B5C9
7#C4C8D6
8#D8DAE4
9#EBEDF1
Tones
Muted variations
1#4B5068
2#4C5166
3#4E5264
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 | BABE #BABECF | BordersInactive statesPlaceholder text |
| 400 | 969C #969CB6 | Disabled statesSecondary iconsMuted text |
| 500 | 787F #787FA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C63 #5C6384 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 494F #494F69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3438 #34384B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2124 #212430 | Primary textHigh emphasis contentDark headings |
| 950 | 1517 #15171E | 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: #BABECF;
--charcoal-400: #969CB6;
--charcoal-500: #787FA1;
--charcoal-600: #5C6384;
--charcoal-700: #494F69;
--charcoal-800: #34384B;
--charcoal-900: #212430;
--charcoal-950: #15171E;
}