Charcoal
#405D72
BlueColor Codes
All color formats for development
HEX
#405D72RGB
rgb(64, 93, 114)HSL
hsl(205, 28%, 35%)OKLCH
oklch(0.464 0.049 240.6)CMYK
cmyk(44%, 18%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A5467
2#334B5B
3#2D4150
4#273845
5#202F39
6#1A252E
7#131C22
8#0D1317
9#06090B
Tints
Lighter variations
1#4C6F87
2#58809D
3#6A90AB
4#80A0B7
5#95B0C3
6#AAC0CF
7#BFD0DB
8#D5DFE7
9#EAEFF3
Tones
Muted variations
1#435D70
2#455D6D
3#485C6B
4#4A5C68
5#4D5B66
6#4F5B63
7#525A61
8#545A5E
9#575A5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EE #E8EEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DF #D5DFE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4C7 #B4C7D5 | BordersInactive statesPlaceholder text |
| 400 | 8DAA #8DAABF | Disabled statesSecondary iconsMuted text |
| 500 | 6C92 #6C92AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5175 #517590 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 405D #405D72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E43 #2E4352 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2B #1D2B34 | Primary textHigh emphasis contentDark headings |
| 950 | 121B #121B21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8F9;
--charcoal-100: #E8EEF2;
--charcoal-200: #D5DFE7;
--charcoal-300: #B4C7D5;
--charcoal-400: #8DAABF;
--charcoal-500: #6C92AC;
--charcoal-600: #517590;
--charcoal-700: #405D72;
--charcoal-800: #2E4352;
--charcoal-900: #1D2B34;
--charcoal-950: #121B21;
}