Charcoal
#415171
BlueColor Codes
All color formats for development
HEX
#415171RGB
rgb(65, 81, 113)HSL
hsl(220, 27%, 35%)OKLCH
oklch(0.435 0.057 263.7)CMYK
cmyk(42%, 28%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B4966
2#34415B
3#2E394F
4#273144
5#212939
6#1A202D
7#141822
8#0D1017
9#07080B
Tints
Lighter variations
1#4D6086
2#596F9B
3#6C81AA
4#8193B6
5#96A5C3
6#ABB7CF
7#C0C9DB
8#D5DBE7
9#EAEDF3
Tones
Muted variations
1#44526F
2#46536D
3#48546A
4#4B5468
5#4D5565
6#505663
7#525760
8#54585E
9#57585C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EC #E8ECF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DB #D5DBE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5BF #B5BFD4 | BordersInactive statesPlaceholder text |
| 400 | 8E9E #8E9EBE | Disabled statesSecondary iconsMuted text |
| 500 | 6D82 #6D82AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5266 #52668E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4151 #415171 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F3A #2F3A51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E25 #1E2534 | Primary textHigh emphasis contentDark headings |
| 950 | 1317 #131720 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7F9;
--charcoal-100: #E8ECF2;
--charcoal-200: #D5DBE7;
--charcoal-300: #B5BFD4;
--charcoal-400: #8E9EBE;
--charcoal-500: #6D82AB;
--charcoal-600: #52668E;
--charcoal-700: #415171;
--charcoal-800: #2F3A51;
--charcoal-900: #1E2534;
--charcoal-950: #131720;
}