Charcoal
#323A4E
BlueColor Codes
All color formats for development
HEX
#323A4ERGB
rgb(50, 58, 78)HSL
hsl(223, 22%, 25%)OKLCH
oklch(0.35 0.037 267.6)CMYK
cmyk(36%, 26%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D3446
2#282E3E
3#232836
4#1E232F
5#191D27
6#14171F
7#0F1117
8#0A0C10
9#050608
Tints
Lighter variations
1#414B65
2#505C7C
3#5E6E94
4#7381A5
5#8A96B4
6#A2ABC3
7#B9C0D2
8#D0D5E1
9#E8EAF0
Tones
Muted variations
1#333A4C
2#353B4B
3#363B4A
4#373C48
5#393D47
6#3A3D45
7#3C3E44
8#3D3F43
9#3E3F41
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EB #E9EBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DB #D7DBE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7BF #B7BFD1 | BordersInactive statesPlaceholder text |
| 400 | 929D #929DB9 | Disabled statesSecondary iconsMuted text |
| 500 | 7381 #7381A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5866 #586689 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4651 #46516D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323A #323A4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2025 #202532 | Primary textHigh emphasis contentDark headings |
| 950 | 1417 #14171F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #E9EBF1;
--charcoal-200: #D7DBE5;
--charcoal-300: #B7BFD1;
--charcoal-400: #929DB9;
--charcoal-500: #7381A5;
--charcoal-600: #586689;
--charcoal-700: #46516D;
--charcoal-800: #323A4E;
--charcoal-900: #202532;
--charcoal-950: #14171F;
}