Charcoal
#323B4D
BlueColor Codes
All color formats for development
HEX
#323B4DRGB
rgb(50, 59, 77)HSL
hsl(220, 21%, 25%)OKLCH
oklch(0.352 0.034 264)CMYK
cmyk(35%, 23%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D3545
2#282F3E
3#232A36
4#1E242E
5#191E27
6#14181F
7#0F1217
8#0A0C0F
9#050608
Tints
Lighter variations
1#414D64
2#515F7B
3#607193
4#7484A4
5#8B99B3
6#A2ADC3
7#BAC2D2
8#D1D6E1
9#E8EBF0
Tones
Muted variations
1#343C4C
2#353C4A
3#363D49
4#383D48
5#393E46
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 | D7DC #D7DCE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8C0 #B8C0D1 | BordersInactive statesPlaceholder text |
| 400 | 93A0 #93A0B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7484 #7484A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5968 #596888 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4753 #47536C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323B #323B4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2026 #202631 | Primary textHigh emphasis contentDark headings |
| 950 | 1418 #14181F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #E9ECF1;
--charcoal-200: #D7DCE5;
--charcoal-300: #B8C0D1;
--charcoal-400: #93A0B8;
--charcoal-500: #7484A4;
--charcoal-600: #596888;
--charcoal-700: #47536C;
--charcoal-800: #323B4D;
--charcoal-900: #202631;
--charcoal-950: #14181F;
}