Charcoal
#323D4D
BlueColor Codes
All color formats for development
HEX
#323D4DRGB
rgb(50, 61, 77)HSL
hsl(216, 21%, 25%)OKLCH
oklch(0.357 0.032 257.7)CMYK
cmyk(35%, 21%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D3745
2#28313E
3#232B36
4#1E252E
5#191F27
6#14181F
7#0F1217
8#0A0C0F
9#050608
Tints
Lighter variations
1#414F64
2#51627B
3#607493
4#7487A4
5#8B9BB3
6#A2AFC3
7#BAC3D2
8#D1D7E1
9#E8EBF0
Tones
Muted variations
1#343D4C
2#353E4A
3#363E49
4#383E48
5#393E46
6#3A3F45
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 | B8C2 #B8C2D1 | BordersInactive statesPlaceholder text |
| 400 | 93A2 #93A2B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7487 #7487A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 596B #596B88 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4756 #47566C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323D #323D4D | 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: #B8C2D1;
--charcoal-400: #93A2B8;
--charcoal-500: #7487A4;
--charcoal-600: #596B88;
--charcoal-700: #47566C;
--charcoal-800: #323D4D;
--charcoal-900: #202731;
--charcoal-950: #14181F;
}