Charcoal
#495369
BlueColor Codes
All color formats for development
HEX
#495369RGB
rgb(73, 83, 105)HSL
hsl(221, 18%, 35%)OKLCH
oklch(0.442 0.039 265.7)CMYK
cmyk(30%, 21%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#424B5F
2#3B4354
3#333A4A
4#2C323F
5#252A35
6#1D212A
7#161920
8#0F1115
9#07080B
Tints
Lighter variations
1#57637D
2#647290
3#7683A0
4#8A95AD
5#9DA7BB
6#B1B8C9
7#C4CAD6
8#D8DCE4
9#EBEDF1
Tones
Muted variations
1#4B5468
2#4C5566
3#4E5564
4#505663
5#515661
6#535760
7#54575E
8#56585C
9#58595B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEC #EAECF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DC #D8DCE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC0 #BAC0CF | BordersInactive statesPlaceholder text |
| 400 | 96A0 #96A0B6 | Disabled statesSecondary iconsMuted text |
| 500 | 7885 #7885A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C69 #5C6984 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4953 #495369 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 343C #343C4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2126 #212630 | Primary textHigh emphasis contentDark headings |
| 950 | 1518 #15181E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #EAECF0;
--charcoal-200: #D8DCE4;
--charcoal-300: #BAC0CF;
--charcoal-400: #96A0B6;
--charcoal-500: #7885A1;
--charcoal-600: #5C6984;
--charcoal-700: #495369;
--charcoal-800: #343C4B;
--charcoal-900: #212630;
--charcoal-950: #15181E;
}