Charcoal
#323C4D
BlueColor Codes
All color formats for development
HEX
#323C4DRGB
rgb(50, 60, 77)HSL
hsl(218, 21%, 25%)OKLCH
oklch(0.354 0.033 260.9)CMYK
cmyk(35%, 22%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D3645
2#28303E
3#232A36
4#1E242E
5#191E27
6#14181F
7#0F1217
8#0A0C0F
9#050608
Tints
Lighter variations
1#414E64
2#51607B
3#607293
4#7486A4
5#8B9AB3
6#A2AEC3
7#BAC2D2
8#D1D7E1
9#E8EBF0
Tones
Muted variations
1#343D4C
2#353D4A
3#363D49
4#383E48
5#393E46
6#3A3E45
7#3C3F44
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 | B8C1 #B8C1D1 | BordersInactive statesPlaceholder text |
| 400 | 93A1 #93A1B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7486 #7486A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 596A #596A88 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4754 #47546C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323C #323C4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2027 #202731 | 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: #B8C1D1;
--charcoal-400: #93A1B8;
--charcoal-500: #7486A4;
--charcoal-600: #596A88;
--charcoal-700: #47546C;
--charcoal-800: #323C4D;
--charcoal-900: #202731;
--charcoal-950: #14181F;
}