Charcoal
#415D71
BlueColor Codes
All color formats for development
HEX
#415D71RGB
rgb(65, 93, 113)HSL
hsl(205, 27%, 35%)OKLCH
oklch(0.464 0.047 240.1)CMYK
cmyk(42%, 18%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B5466
2#344B5B
3#2E414F
4#273844
5#212F39
6#1A252D
7#141C22
8#0D1317
9#07090B
Tints
Lighter variations
1#4D6F86
2#59809B
3#6C90AA
4#81A0B6
5#96B0C3
6#ABC0CF
7#C0D0DB
8#D5DFE7
9#EAEFF3
Tones
Muted variations
1#445D6F
2#465C6D
3#485C6A
4#4B5C68
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 | B5C7 #B5C7D4 | BordersInactive statesPlaceholder text |
| 400 | 8EAA #8EAABE | Disabled statesSecondary iconsMuted text |
| 500 | 6D91 #6D91AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5275 #52758E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 415D #415D71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F43 #2F4351 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2B #1E2B34 | Primary textHigh emphasis contentDark headings |
| 950 | 131B #131B20 | 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: #B5C7D4;
--charcoal-400: #8EAABE;
--charcoal-500: #6D91AB;
--charcoal-600: #52758E;
--charcoal-700: #415D71;
--charcoal-800: #2F4351;
--charcoal-900: #1E2B34;
--charcoal-950: #131B20;
}