Charcoal
#323F4E
BlueColor Codes
All color formats for development
HEX
#323F4ERGB
rgb(50, 63, 78)HSL
hsl(212, 22%, 25%)OKLCH
oklch(0.362 0.031 252.3)CMYK
cmyk(36%, 19%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D3946
2#28323E
3#232C36
4#1E262F
5#191F27
6#14191F
7#0F1317
8#0A0D10
9#050608
Tints
Lighter variations
1#415265
2#50657C
3#5E7794
4#738BA5
5#8A9EB4
6#A2B1C3
7#B9C5D2
8#D0D8E1
9#E8ECF0
Tones
Muted variations
1#333F4C
2#353F4B
3#363F4A
4#373F48
5#393F47
6#3A3F45
7#3C3F44
8#3D4043
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 | B7C3 #B7C3D1 | BordersInactive statesPlaceholder text |
| 400 | 92A4 #92A4B9 | Disabled statesSecondary iconsMuted text |
| 500 | 738B #738BA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 586F #586F89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4658 #46586D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323F #323F4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2028 #202832 | 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: #B7C3D1;
--charcoal-400: #92A4B9;
--charcoal-500: #738BA5;
--charcoal-600: #586F89;
--charcoal-700: #46586D;
--charcoal-800: #323F4E;
--charcoal-900: #202832;
--charcoal-950: #14191F;
}