Charcoal
#323E4D
BlueColor Codes
All color formats for development
HEX
#323E4DRGB
rgb(50, 62, 77)HSL
hsl(213, 21%, 25%)OKLCH
oklch(0.359 0.031 254.2)CMYK
cmyk(35%, 19%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D3845
2#28323E
3#232C36
4#1E252E
5#191F27
6#14191F
7#0F1317
8#0A0C0F
9#050608
Tints
Lighter variations
1#415164
2#51647B
3#607793
4#748AA4
5#8B9DB3
6#A2B1C3
7#BAC4D2
8#D1D8E1
9#E8EBF0
Tones
Muted variations
1#343F4C
2#353F4A
3#363F49
4#383F48
5#393F46
6#3A3F45
7#3C3F44
8#3D3F42
9#3E4041
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9ED #E9EDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DD #D7DDE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8C3 #B8C3D1 | BordersInactive statesPlaceholder text |
| 400 | 93A4 #93A4B8 | Disabled statesSecondary iconsMuted text |
| 500 | 748A #748AA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 596E #596E88 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4757 #47576C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323E #323E4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2028 #202831 | Primary textHigh emphasis contentDark headings |
| 950 | 1419 #14191F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #E9EDF1;
--charcoal-200: #D7DDE5;
--charcoal-300: #B8C3D1;
--charcoal-400: #93A4B8;
--charcoal-500: #748AA4;
--charcoal-600: #596E88;
--charcoal-700: #47576C;
--charcoal-800: #323E4D;
--charcoal-900: #202831;
--charcoal-950: #14191F;
}