Charcoal
#323C4E
BlueColor Codes
All color formats for development
HEX
#323C4ERGB
rgb(50, 60, 78)HSL
hsl(219, 22%, 25%)OKLCH
oklch(0.355 0.034 262)CMYK
cmyk(36%, 23%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D3646
2#28303E
3#232A36
4#1E242F
5#191E27
6#14181F
7#0F1217
8#0A0C10
9#050608
Tints
Lighter variations
1#414D65
2#505F7C
3#5E7194
4#7385A5
5#8A99B4
6#A2ADC3
7#B9C2D2
8#D0D6E1
9#E8EBF0
Tones
Muted variations
1#333C4C
2#353C4B
3#363D4A
4#373D48
5#393E47
6#3A3E45
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 | E9EC #E9ECF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DC #D7DCE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7C0 #B7C0D1 | BordersInactive statesPlaceholder text |
| 400 | 92A0 #92A0B9 | Disabled statesSecondary iconsMuted text |
| 500 | 7385 #7385A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5869 #586989 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4653 #46536D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323C #323C4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2026 #202632 | 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: #B7C0D1;
--charcoal-400: #92A0B9;
--charcoal-500: #7385A5;
--charcoal-600: #586989;
--charcoal-700: #46536D;
--charcoal-800: #323C4E;
--charcoal-900: #202632;
--charcoal-950: #14181F;
}