Charcoal
#415C71
BlueColor Codes
All color formats for development
HEX
#415C71RGB
rgb(65, 92, 113)HSL
hsl(206, 27%, 35%)OKLCH
oklch(0.462 0.047 242.4)CMYK
cmyk(42%, 19%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B5366
2#344A5B
3#2E414F
4#273744
5#212E39
6#1A252D
7#141C22
8#0D1217
9#07090B
Tints
Lighter variations
1#4D6E86
2#597F9B
3#6C8FAA
4#819FB6
5#96AFC3
6#ABBFCF
7#C0CFDB
8#D5DFE7
9#EAEFF3
Tones
Muted variations
1#445C6F
2#465C6D
3#485B6A
4#4B5B68
5#4D5B65
6#505B63
7#525A60
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 | B5C6 #B5C6D4 | BordersInactive statesPlaceholder text |
| 400 | 8EA9 #8EA9BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D90 #6D90AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5274 #52748E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 415C #415C71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F42 #2F4251 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2A #1E2A34 | Primary textHigh emphasis contentDark headings |
| 950 | 131A #131A20 | 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: #B5C6D4;
--charcoal-400: #8EA9BE;
--charcoal-500: #6D90AB;
--charcoal-600: #52748E;
--charcoal-700: #415C71;
--charcoal-800: #2F4251;
--charcoal-900: #1E2A34;
--charcoal-950: #131A20;
}