Charcoal
#415B71
BlueColor Codes
All color formats for development
HEX
#415B71RGB
rgb(65, 91, 113)HSL
hsl(207, 27%, 35%)OKLCH
oklch(0.459 0.048 244.6)CMYK
cmyk(42%, 19%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B5266
2#34495B
3#2E404F
4#273744
5#212E39
6#1A252D
7#141B22
8#0D1217
9#07090B
Tints
Lighter variations
1#4D6D86
2#597E9B
3#6C8EAA
4#819EB6
5#96AEC3
6#ABBECF
7#C0CFDB
8#D5DFE7
9#EAEFF3
Tones
Muted variations
1#445B6F
2#465B6D
3#485B6A
4#4B5B68
5#4D5A65
6#505A63
7#525A60
8#545A5E
9#57595C
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 | 8EA8 #8EA8BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D8F #6D8FAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5273 #52738E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 415C #415C71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F41 #2F4151 | 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: #8EA8BE;
--charcoal-500: #6D8FAB;
--charcoal-600: #52738E;
--charcoal-700: #415C71;
--charcoal-800: #2F4151;
--charcoal-900: #1E2A34;
--charcoal-950: #131A20;
}