Charcoal
#495069
BlueColor Codes
All color formats for development
HEX
#495069RGB
rgb(73, 80, 105)HSL
hsl(227, 18%, 35%)OKLCH
oklch(0.435 0.042 272.4)CMYK
cmyk(30%, 24%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42485F
2#3B4054
3#33384A
4#2C303F
5#252835
6#1D202A
7#161820
8#0F1015
9#07080B
Tints
Lighter variations
1#575F7D
2#646E90
3#767FA0
4#8A91AD
5#9DA4BB
6#B1B6C9
7#C4C8D6
8#D8DAE4
9#EBEDF1
Tones
Muted variations
1#4B5168
2#4C5266
3#4E5364
4#505463
5#515561
6#535660
7#54575E
8#56575C
9#58585B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DA #D8DAE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BABE #BABECF | BordersInactive statesPlaceholder text |
| 400 | 969D #969DB6 | Disabled statesSecondary iconsMuted text |
| 500 | 7881 #7881A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C65 #5C6584 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4950 #495069 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3439 #34394B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2125 #212530 | 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: #F6F7F9;
--charcoal-100: #EAEBF0;
--charcoal-200: #D8DAE4;
--charcoal-300: #BABECF;
--charcoal-400: #969DB6;
--charcoal-500: #7881A1;
--charcoal-600: #5C6584;
--charcoal-700: #495069;
--charcoal-800: #34394B;
--charcoal-900: #212530;
--charcoal-950: #15171E;
}