Charcoal
#323A4D
BlueColor Codes
All color formats for development
HEX
#323A4DRGB
rgb(50, 58, 77)HSL
hsl(222, 21%, 25%)OKLCH
oklch(0.349 0.035 266.8)CMYK
cmyk(35%, 25%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D3545
2#282F3E
3#232936
4#1E232E
5#191D27
6#14171F
7#0F1217
8#0A0C0F
9#050608
Tints
Lighter variations
1#414C64
2#515D7B
3#606F93
4#7483A4
5#8B97B3
6#A2ACC3
7#BAC1D2
8#D1D6E1
9#E8EAF0
Tones
Muted variations
1#343B4C
2#353B4A
3#363C49
4#383D48
5#393D46
6#3A3E45
7#3C3E44
8#3D3F42
9#3E3F41
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EC #E9ECF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DB #D7DBE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8BF #B8BFD1 | BordersInactive statesPlaceholder text |
| 400 | 939E #939EB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7483 #7483A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5967 #596788 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4752 #47526C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323A #323A4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2025 #202531 | 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: #E9ECF1;
--charcoal-200: #D7DBE5;
--charcoal-300: #B8BFD1;
--charcoal-400: #939EB8;
--charcoal-500: #7483A4;
--charcoal-600: #596788;
--charcoal-700: #47526C;
--charcoal-800: #323A4D;
--charcoal-900: #202531;
--charcoal-950: #14171F;
}