Charcoal
#475C6C
BlueColor Codes
All color formats for development
HEX
#475C6CRGB
rgb(71, 92, 108)HSL
hsl(206, 21%, 35%)OKLCH
oklch(0.464 0.037 241.4)CMYK
cmyk(34%, 15%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F5361
2#384956
3#31404C
4#2A3741
5#232E36
6#1C252B
7#151C20
8#0E1216
9#07090B
Tints
Lighter variations
1#546D80
2#617E94
3#738EA3
4#879EB0
5#9BAEBE
6#AFBFCB
7#C3CFD8
8#D7DFE5
9#EBEFF2
Tones
Muted variations
1#485B6A
2#4A5B68
3#4C5B66
4#4E5B64
5#505A63
6#525A61
7#545A5F
8#565A5D
9#57595B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EE #E9EEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DF #D7DFE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8C6 #B8C6D1 | BordersInactive statesPlaceholder text |
| 400 | 93A8 #93A8B8 | Disabled statesSecondary iconsMuted text |
| 500 | 748F #748FA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5973 #597388 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 475C #475C6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3242 #32424D | Text on light backgroundsHeadingsStrong borders |
| 900 | 202A #202A31 | Primary textHigh emphasis contentDark headings |
| 950 | 141A #141A1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #E9EEF1;
--charcoal-200: #D7DFE5;
--charcoal-300: #B8C6D1;
--charcoal-400: #93A8B8;
--charcoal-500: #748FA4;
--charcoal-600: #597388;
--charcoal-700: #475C6C;
--charcoal-800: #32424D;
--charcoal-900: #202A31;
--charcoal-950: #141A1F;
}