Charcoal
#495269
BlueColor Codes
All color formats for development
HEX
#495269RGB
rgb(73, 82, 105)HSL
hsl(223, 18%, 35%)OKLCH
oklch(0.44 0.04 268.1)CMYK
cmyk(30%, 22%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#424A5F
2#3B4254
3#333A4A
4#2C313F
5#252935
6#1D212A
7#161920
8#0F1015
9#07080B
Tints
Lighter variations
1#57627D
2#647190
3#7682A0
4#8A94AD
5#9DA6BB
6#B1B8C9
7#C4C9D6
8#D8DBE4
9#EBEDF1
Tones
Muted variations
1#4B5368
2#4C5466
3#4E5464
4#505563
5#515661
6#535660
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 | D8DB #D8DBE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC0 #BAC0CF | BordersInactive statesPlaceholder text |
| 400 | 969F #969FB6 | Disabled statesSecondary iconsMuted text |
| 500 | 7883 #7883A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C67 #5C6784 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4952 #495269 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 343B #343B4B | 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: #D8DBE4;
--charcoal-300: #BAC0CF;
--charcoal-400: #969FB6;
--charcoal-500: #7883A1;
--charcoal-600: #5C6784;
--charcoal-700: #495269;
--charcoal-800: #343B4B;
--charcoal-900: #212630;
--charcoal-950: #15181E;
}