Charcoal
#415271
BlueColor Codes
All color formats for development
HEX
#415271RGB
rgb(65, 82, 113)HSL
hsl(219, 27%, 35%)OKLCH
oklch(0.438 0.056 262.1)CMYK
cmyk(42%, 27%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B4A66
2#34425B
3#2E394F
4#273144
5#212939
6#1A212D
7#141922
8#0D1017
9#07080B
Tints
Lighter variations
1#4D6186
2#59709B
3#6C82AA
4#8193B6
5#96A5C3
6#ABB7CF
7#C0C9DB
8#D5DBE7
9#EAEDF3
Tones
Muted variations
1#44536F
2#46536D
3#48546A
4#4B5568
5#4D5665
6#505663
7#525760
8#54585E
9#57595C
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 | B5C0 #B5C0D4 | BordersInactive statesPlaceholder text |
| 400 | 8E9F #8E9FBE | Disabled statesSecondary iconsMuted text |
| 500 | 6D83 #6D83AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5267 #52678E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4152 #415271 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F3B #2F3B51 | 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: #B5C0D4;
--charcoal-400: #8E9FBE;
--charcoal-500: #6D83AB;
--charcoal-600: #52678E;
--charcoal-700: #415271;
--charcoal-800: #2F3B51;
--charcoal-900: #1E2534;
--charcoal-950: #131720;
}